I want to ping IRC server every n minutes and I found a script which does that..
Just wanted to make sure this is what I want:
Code: Select all
putquick "PRIVMSG $botnick :RAW -q PING $server"
Code: Select all
putquick "PRIVMSG $botnick :RAW -q PING $server"
I don't think so.skull wrote:Hi,
I want to ping IRC server every n minutes and I found a script which does that..
Just wanted to make sure this is what I want:
ThanksCode: Select all
putquick "PRIVMSG $botnick :RAW -q PING $server"
Another thought:skull wrote: Just wanted to make sure this is what I want:
Code: Select all
putquick "PRIVMSG $botnick :RAW -q PING $server"
Code: Select all
.tcl putquick "PRIVMSG $botnick :RAW -q PING $server"