PEP-8
This commit is contained in:
parent
e7d69e63c0
commit
549bb70690
5 changed files with 21 additions and 27 deletions
|
@ -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>."
|
||||
|
|
Reference in a new issue