Code: Select all
putserv "privmsg #chan :\001VERSION\001"
Code: Select all
putserv "privmsg #chan :\001VERSION\001"
Code: Select all
*!$uhost
Code: Select all
if {[regexp {^~{0,1}[[:lower:]]\d{2}.*$} [lindex [split $uhost @] 0]]} {
Code: Select all
bind time - "*5 * * * *" change:it
proc change:it {min hour day month year} {
global nick
set nick [randstring 9]
}