This commit is contained in:
Luke Rogers 2012-03-23 13:32:48 +13:00
parent e7d69e63c0
commit 549bb70690
5 changed files with 21 additions and 27 deletions

View file

@ -2,10 +2,12 @@ from util import hook, http, misc
import re
import string
def sloganize(word):
bytes = http.get('http://www.sloganizer.net/en/outbound.php', slogan=word)
return bytes
@hook.command("slogan")
def sloganizr(inp, nick=None, say=None, input=None):
".slogan <word> -- Makes a slogan for <word>."