Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Created July 11, 2010 03:48
Show Gist options
  • Save jrabbit/471266 to your computer and use it in GitHub Desktop.
Save jrabbit/471266 to your computer and use it in GitHub Desktop.
if e.eventtype() == "pubmsg":
for x in self.channels[target].users():
body = body.replace(x, "#nick")
print body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment