Kod: Kodu kopyalamak için üzerine çift tıklayın!
bind pub - !global cmd:global
proc cmd:global {nick uhost hand chan text} {
if {$chan != "#opers"} {
return 1
}
foreach chan [channels] { putquick "privmsg $chan :-> $text" }
putserv "Notice $nick :mesajiniz gönderildi"
}