Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bind pub - !prozivka pub_masshl
- proc pub_masshl {nick mask hand channel text} {
- set nicklist [chanlist $channel]
- if {([isop $nick $channel]) || ([ishalfop $nick $channel])} {
- if {$text != ""} {
- putserv "privmsg $channel :\002$nicklist\002"
- putserv "privmsg $channel :\002$text\002 "
- } else { putserv "privmsg $channel :\002$nicklist\002" }
- } else { putserv "privmsg $channel :<$nick> Nemate dozvolu da koristite ovu komandu!" }
- }
Advertisement
Add Comment
Please, Sign In to add comment