Its on same version, and on same machine hosted.
Here is code:
Code: Select all
bind pub - !masshl pub_masshl
set nicklist "";
proc pub_masshl {nick mask hand channel text} {
set nicklist [chanlist $channel]
if {([isop $nick $channel]) || ([ishalfop $nick $channel])} {
putserv "privmsg $channel \002$text\002 $nicklist"
} else { putserv "privmsg $channel <$nick> Only opers can use this command!!!" }
}
Can anyone help me with this problem?