Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Make a list of all bots handles
- set dot_bots "R2D2"
- bind pub mn|mnf . pub_dot
- proc pub_dot {nick uhost hand chan arg} {
- global dot_bots
- if {[string tolower $hand] ni [string tolower $dot_bots]} {
- # A message sent by a manager or owner
- putquick "PRIVMSG $chan :.."
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment