Jump to content
EGGTCL
  • We gather/collect eggdrop tcl scripts from all coders out there. Thank you for your support.

Uptime Scripts

6 files

  1. Free

    sysinfo.tcl

    Says the uptime of the machine and bot uptime of server connected.
     
    set pubtrig "!" # Set global|channel flags to trigger commands set sysflags o|m bind pub - ${pubtrig}uptime uptime:pub proc uptime:pub {nick uhost hand chan arg} { global uptime server sysflags if {([matchattr [nick2hand $nick] $sysflags]) && (![regexp c [getchanmode $chan]])} { puthelp "PRIVMSG $chan :\002S\002\037ystem\037: [eval exec uptime]" puthelp "PRIVMSG $chan :\002B\002\037ot\037 ($server): [duration [expr [unixtime] - $uptime]]" } else { if {([matchattr [nick2hand $nick] $sysflags]) && ([regexp c [getchanmode $chan]])} { puthelp "PRIVMSG $chan :System: [eval exec uptime]" puthelp "PRIVMSG $chan :Bot ($server): [duration [expr [unixtime] - $uptime]]" } } } bind pub - ${pubtrig}os osystem:pub proc osystem:pub {nick uhost hand chan arg} { global botnick sysflags if {([matchattr [nick2hand $nick] $sysflags]) && (![regexp c [getchanmode $chan]])} { puthelp "PRIVMSG $chan :\002O\002\037perating\037 \002S\002\037ystem\037: [eval exec uname] [eval exec uname -r]" } else { if {([matchattr [nick2hand $nick] $sysflags]) && ([regexp c [getchanmode $chan]])} { puthelp "PRIVMSG $chan :Operating System: [eval exec uname] [eval exec uname -r]" } } }  

    1 download

       (0 reviews)

    0 comments

    Updated

  2. Free

    UptimeRobot.tcl

    DESCRIPTION:
    Show uptime status of sites monitored by UptimeRobot.com. Just setup
    your eggdrops or websites on uptimerobot.com then save the IDs on your
    eggdrop and thats it.

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Free

    BestOntime.tcl

    BestOntime TCL
    A tcl with which you can save the best OnTime of the Eggdrop
    (how long he stayed connected on the server)
    Uses: !ontime to display the best ontime.

    1 download

       (0 reviews)

    0 comments

    Submitted

  4. Free

    best_times.tcl

    best times 1.4.4 - by wreck (EFnet/GCnet) fixed and modified by bbone (QuakeNET)

    Keeps track of your bots' best ontime (how long it's been connected to it's
    server) and uptime (how long it's been running), and saves them to a file.

    Has been beta tested on every major eggdrop version to date (that's 1.6.13)

    1 download

       (0 reviews)

    0 comments

    Submitted

  5. Free

    uptime.tcl

    Uptime TCL
    This tcl shows the online time of the egg, the time elapsed since it was online
    on, the server it is connected to.
    Two orders!
    1. !up
    2. <Botnick> up (eg "Egg1 up")

    1 download

       (0 reviews)

    0 comments

    Submitted

  6. Free

    shelluptime.tcl

    Shows the uptime of the Eggdrop's shell.

    2 downloads

       (0 reviews)

    0 comments

    Submitted


×
×
  • Create New...