Install the latest version of poweradminurt and open poweradminurt.py.
Search for this line (around line number 1594):
if (self._checkdupes and len(cidlist) > 1) or (self._checkunknown and (pname == 'New UrT Player')) or (self._checkbadnames and (pname == 'all')):
and replace it with:
if (self._checkdupes and len(cidlist) > 1) or (self._checkunknown and (pname == 'New UrT Player')) or (self._checkbadnames and (pname == 'all')) or (len(pname) <= 3):
Make sure you leave the whitespace indentation in tact or it will error .
Hi, after i've done that the bot stopped responding to the commands...
Please dont take this post in mind... i think the problem is from somewhere else...
ill investigate more and leave some news...
