Skip to content

Instantly share code, notes, and snippets.

@evieluvsrainbows
Created March 25, 2015 20:37
Show Gist options
  • Save evieluvsrainbows/52d022889b6be6175277 to your computer and use it in GitHub Desktop.
Save evieluvsrainbows/52d022889b6be6175277 to your computer and use it in GitHub Desktop.
import asyncio
from cloudbot import hook
@asyncio.coroutine
@hook.irc_raw('004')
def onready(conn):
conn.message("BotServ", "REQUEST i6.io/bot/$user")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment