Guest User

Untitled

a guest
Feb 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. #replace nicknames by "#nick"
  2.         if e.eventtype() == "pubmsg":
  3.             for x in self.channels[target].users():
  4.                 body = body.replace(x, "#nick")
Add Comment
Please, Sign In to add comment