yes, thanks, but how do i know who joined it to that channel?
ok got it, it's putserv "NOTICE $::owner :Netbots -> Joining channel $chan $hand"
thanks kami !
try to read next timeesix wrote:something like this?
Code: Select all
set commands "commands are .news ..bla bla" bind pub -|- .commands commands proc commands {nick host handle chan arg} { global commands putserv "notice $nick :$commands" }
Code: Select all
set commands "commands are .news ..bla bla"
bind pub -|- .commands commands
proc commands {nick host handle chan arg} {
global commands
putserv "notice $nick :$commands"
}