I want one of my bots to inform the central bot of the channel when kickbans a person,
I have put this one on the bot that kicks for advertising (in the adver.tcl):
putbot botnick "tsnoinv $nick"
and this one in the tcl script that I want to make to inform the central bot for bans:
proc tsnoinv_prc {bot com args} {
global botnick
set args [lindex $args 0]
set nick [lindex $args 1]
set subcom [lindex $args 0]
putlog "botnick2: Banned $nick in #oulir (Channel/Site advertising)"
}
and it shows this one when the other bot kickbans a person:
<botnick> [10:34] botnick2: Banned in #oulir (Channel/Site advertising)
it doesn't show the nickname, what's wrong?!
«A fantastic spaghetti is a spaghetti that does not exist»