I need script, ammm:
when i run 2 bot's on 2 irc networks i need when user join in channel on network A if user on network B on same channel mode +v nick in netvork B channel, when user parts channel on network A mode -v nick on network B, sorry for my english
I need script like +enforce bans. But i need to bot in kick message write not (Banned) but (Banned by nick -KICK COUNT-) There is something but don't working: bind mode - * mode_proc proc mode_proc {nick uhost hand chan mode target} { #need kick counter code: set kickcount 0 if {[botisop]} { if {$mo...