Python 3 Start
This commit is contained in:
parent
9f029c8ceb
commit
141fe8d80c
67 changed files with 264 additions and 274 deletions
|
@ -1,5 +1,5 @@
|
|||
from util import hook
|
||||
from urllib import unquote
|
||||
from urllib.parse import unquote
|
||||
|
||||
@hook.command(autohelp=False)
|
||||
def googleurl(inp, db=None, nick=None):
|
||||
|
|
Reference in a new issue