Created
December 1, 2016 20:16
-
-
Save kroovysteph/2799afb1c20f04e9255213ea80b97a42 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
if __name__ == '__main__': | |
bot = IRCBot(channel="#jimileibniz", devmode=False) | |
atexit.register(cleanup, bot) | |
bot.start() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment