bind join - * operlogin proc operlogin { nick uhost hand chan } { if {[string match -nocase "BOTNİCKİ" $nick]} { return 0 } if {![string match -nocase "#Opers" $chan]} { return 0 } putquick "OperServ GLOBAL :Sunucu Admin'lerimizden $nick şu anda online!" putquick "PRIVMSG $chan :Oper Olduğunuz Tüm Sunucuya İletilmiştir." }