Entropy/DistributionUGCCommands:
- I sometimes am a moron git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2310 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -17431,7 +17431,7 @@ class DistributionUGCCommands(SocketCommandsSkel):
|
||||
|
||||
def docmd_register_stream(self, authenticator, myargs):
|
||||
|
||||
myargs = myargs.split()
|
||||
myargs = myargs[0].split()
|
||||
|
||||
if len(myargs) < 3:
|
||||
return None,'wrong arguments'
|
||||
@@ -17499,7 +17499,7 @@ class DistributionUGCCommands(SocketCommandsSkel):
|
||||
|
||||
def docmd_add_comment(self, authenticator, myargs):
|
||||
|
||||
myargs = myargs.split()
|
||||
myargs = myargs[0].split()
|
||||
|
||||
if len(myargs) < 2:
|
||||
return None,'wrong arguments'
|
||||
@@ -17560,7 +17560,7 @@ class DistributionUGCCommands(SocketCommandsSkel):
|
||||
|
||||
def docmd_edit_comment(self, authenticator, myargs):
|
||||
|
||||
myargs = myargs.split()
|
||||
myargs = myargs[0].split()
|
||||
|
||||
if len(myargs) < 2:
|
||||
return None,'wrong arguments'
|
||||
|
||||
Reference in New Issue
Block a user