Skip to content

Instantly share code, notes, and snippets.

@daboross
Created March 25, 2015 19:43
Show Gist options
  • Save daboross/878864ba811b6c2a0818 to your computer and use it in GitHub Desktop.
Save daboross/878864ba811b6c2a0818 to your computer and use it in GitHub Desktop.
import asyncio
from cloudbot import hook
@asyncio.coroutine
@hook.irc_raw('044')
def set_mode(conn):
conn.send("MODE {} +B".format(conn.nick))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment