it doesnt work, i ban the "taker" in my script with this "newchanban" then sets the bots automatically the "banned:" before the reason, i can change there and there, but doesnt works :( when i kick the guy with this putserv "KICK $chan $nick :reason" then work...
hi all how can i remove this word (banned:) in "newchanban" -> (23:19:28) —› kick: (Bl3nd0r2k-`) was kicked by (uNafraid) ( banned : dont deop!) i have set another word in my core.english.lang but doesnt work :( I would like only the reason stand there in my kick message need help please
I have a problem with my script: bind pub -|- .trigger status set blub(active) "1" set blub(mytime) "60" proc status {nick host hand channel rest} { global blub set mytime [lindex $rest 1] set wazup [lindex $rest 0] if {[matchattr $hand T|T $chan]} { switch -- [string tolower $wa...
I have Fixed it, it works finde now :> set mychan #su1c!de bind pub T|T .set_topic topic_changer bind pub T|T .start_trigger trigger #### CHANGER #### proc topic_changer {nick uhost hand chan text} { global mychan set news_txt news.txt set dateichen [open $news_txt w] puts $dateichen $text close $da...
I think this script didn't work, can anybody help me plz ?? :( set mychan #su1c!de bind pub T|T ?set_topic topic_changer bind join - * trigger #### CHANGER #### proc topic_changer {nick uhost hand chan text} { global mychan set news_txt news.txt set dateichen [open $news_txt w] puts $dateichen $text...
Hello, I have try script to write which global and channel bans delete, but somehow have I it do not get. Can someone help me? I found nothing useful also here in the forum bind pub o|m .unbanall proc_unbanall proc_unbanall { nick uhost hand chan arg } { foreach $chan [banlist $chan] { killchanban $...