Skip to content

Instantly share code, notes, and snippets.

@rchowe
Created October 25, 2014 23:13
Show Gist options
  • Select an option

  • Save rchowe/820fa7d3388ec390c6a8 to your computer and use it in GitHub Desktop.

Select an option

Save rchowe/820fa7d3388ec390c6a8 to your computer and use it in GitHub Desktop.
import bot
@bot.reply(r'alot')
def alot(message):
message.reply("I'll allot you a lot of alots.")
if __name__ == '__main__':
bot.setup(host='irc.foonetic.net', user='DasBot', channel='#bloopy')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment