Created
March 25, 2015 20:37
-
-
Save evieluvsrainbows/52d022889b6be6175277 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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