Code: Select all
#bind pubm - * pubm:pubnotc
proc pubm:pubnotc {nick uhost handle chan text} {
global chanl network notice active
if {$active == 1} {
putnotc $nick $notice(public)
putlog "Notice sent to $nick"
}
}
Any way of doing this?
This is the option i have to the other thread i made, the figuring out loops.
the basic outocme of this is a way to tell people in channel, that we are moving networks. Since this is happening tomorrow night, i have to find a way through this pretty quickly
