mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-20 11:24:23 +01:00
parent
34d0b21b12
commit
0fc2fcafda
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class Backend():
|
||||||
infoend += 5
|
infoend += 5
|
||||||
if self.infolevel == 2:
|
if self.infolevel == 2:
|
||||||
self.message = Backend.formatInfo(info)
|
self.message = Backend.formatInfo(info)
|
||||||
|
self.pony = self.pony[infoend:]
|
||||||
elif self.infolevel == 1:
|
elif self.infolevel == 1:
|
||||||
self.pony = Backend.formatInfo(info).replace('$', '$$')
|
self.pony = Backend.formatInfo(info).replace('$', '$$')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue