Cevap: Gelismis kanal temizle TCL. (temizle.tcl)
Pardon unutmusum, Rar Pass: namesis
Ayrica Opers komutlarinda kullanimi hakkinda bilgi verirken yanlis bilgi veriyor. BUL: if {$komut == ""} { putquick "PRIVMSG $tmz(och) :Kullanimi: $tmz(kmt) \002<on/off/set/durum>\002"; return 0 } DEGISTIR: if {$komut == ""} { putquick "PRIVMSG $tmz(och) :Kullanimi: $tmz(cmd) \002<on/off/set/durum>\002"; return 0 } BUL: if {[lindex $text 1] == ""} { putquick "PRIVMSG $tmz(och) :Kullanimi: $tmz(kmt) set\002 1, 2, 3 \002veya\002 4\002"; putquick "PRIVMSG $tmz(och) :1- OPER'ler"; putquick "PRIVMSG $tmz(och) :2- OPER'ler ve Global OP'lar"; putquick "PRIVMSG $tmz(och) :3- OPER'ler, Global OP'lar ve Kanal OP'lari"; putquick "PRIVMSG $tmz(och) :4- OPER'ler, Global OP'lar, Kanal OP'lari ve Kanal HALFOP'lari"; return 0 }
DEGISTIR: if {[lindex $text 1] == ""} { putquick "PRIVMSG $tmz(och) :Kullanimi: $tmz(cmd) set\002 1, 2, 3 \002veya\002 4\002"; putquick "PRIVMSG $tmz(och) :1- OPER'ler"; putquick "PRIVMSG $tmz(och) :2- OPER'ler ve Global OP'lar"; putquick "PRIVMSG $tmz(och) :3- OPER'ler, Global OP'lar ve Kanal OP'lari"; putquick "PRIVMSG $tmz(och) :4- OPER'ler, Global OP'lar, Kanal OP'lari ve Kanal HALFOP'lari"; return 0 } |