hi,
i am trying to set date in a reason, so when user will get kick, will see who kicked him/her n handle
set date [clock format [clock seconds] -format "%b %d"]
set reason [lrange $args 1 end]
if {$reason==""} {
puthelp "NOTICE $nick :..........
return 0
}
how do i set date and nick in a reason, so when person will get kick/ban..
like -> st was kicked by (aw aug18: testing) and i can set this reason in a
chan or global ban
newchanban $channel $bnick $handle $reason
so date will stay in reason..
thanks
regards
AW