Remove spurious prints, fix importance handling for launchpad bugs

This commit is contained in:
Dennis Kaarsemaker
2006-06-26 22:35:16 +02:00
parent d86500d0d6
commit ba56301f7d
4 changed files with 5 additions and 12 deletions

View File

@ -33,8 +33,6 @@ class Mess(callbacks.PluginRegexp):
if not count: count = 1
if count > 5: count = 5
t = u' '.join([x.__call__([u"\u2680",u"\u2681",u"\u2682",u"\u2683",u"\u2684",u"\u2685"]) for x in [random.choice]*count])
print t
#print str(t)
irc.reply(t)
dice = wrap(dice, [additional('int')])