This has been bugging me for a while

master
Sfan5 2013-11-14 19:13:09 +01:00
parent db3365c81a
commit 58b9ec7025
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def serverup(phenny, input):
if not '.' in arg:
return phenny.reply("Invalid Address")
if ':' in arg:
return phenny.reply("Note: Syntax changed please use 'example.org 1337' instead of 'example.org:1337'")
return phenny.reply("Syntax changed, please use 'example.org 1337' instead of 'example.org:1337'")
if ' ' in arg:
address = arg.split(' ')[0]
port = arg.split(' ')[1]