Advertisement
Operator873

Untitled

Mar 24th, 2020
2,201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.22 KB | None | 0 0
  1. bind pubm - "requestwiki" hit_requestwiki
  2.  
  3. proc hit_requestwiki {nick host hand chan text} {
  4.     if {$nick == "MirahezeRC" && $chan == "#miraheze-feed"} {
  5.         putserv "PRIVMSG #Sigmabot: New wiki request on Miraheze Meta"
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement