Skip to content

Instantly share code, notes, and snippets.

@kroovysteph
Created December 1, 2016 20:16
Show Gist options
  • Save kroovysteph/2799afb1c20f04e9255213ea80b97a42 to your computer and use it in GitHub Desktop.
Save kroovysteph/2799afb1c20f04e9255213ea80b97a42 to your computer and use it in GitHub Desktop.
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