Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
Mattias Andrée 2013-04-04 03:35:53 +02:00
parent 34d0b21b12
commit 0fc2fcafda

View file

@ -94,6 +94,7 @@ class Backend():
infoend += 5
if self.infolevel == 2:
self.message = Backend.formatInfo(info)
self.pony = self.pony[infoend:]
elif self.infolevel == 1:
self.pony = Backend.formatInfo(info).replace('$', '$$')
else: