mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-11 14:41:58 +02:00
minor spelling mistake correction
This commit is contained in:
@@ -150,7 +150,7 @@ class DuckObserver(PrivMsgObserverPrototype, PingObserverPrototype):
|
|||||||
elif living == 2222:
|
elif living == 2222:
|
||||||
connection.send_channel(nick + " hat den Titel 'großer Entenmonarch' erreicht")
|
connection.send_channel(nick + " hat den Titel 'großer Entenmonarch' erreicht")
|
||||||
elif living == 3333:
|
elif living == 3333:
|
||||||
connection.send_channel(nick + " hat den Titel 'Enten veehren dich als ihre Gottheit!' erreicht")
|
connection.send_channel(nick + " hat den Titel 'Enten verehren dich als ihre Gottheit!' erreicht")
|
||||||
|
|
||||||
if living == 0:
|
if living == 0:
|
||||||
if dead == 5:
|
if dead == 5:
|
||||||
@@ -167,6 +167,7 @@ class DuckObserver(PrivMsgObserverPrototype, PingObserverPrototype):
|
|||||||
connection.send_channel(nick + " hat den Titel 'großer Entenmassenmörder' erreicht")
|
connection.send_channel(nick + " hat den Titel 'großer Entenmassenmörder' erreicht")
|
||||||
elif dead == 3333:
|
elif dead == 3333:
|
||||||
connection.send_channel(nick + " hat den Titel 'du musst Enten wirklich hassen' erreicht")
|
connection.send_channel(nick + " hat den Titel 'du musst Enten wirklich hassen' erreicht")
|
||||||
|
|
||||||
if dead > 0 and living > 0:
|
if dead > 0 and living > 0:
|
||||||
if living + dead == 5:
|
if living + dead == 5:
|
||||||
connection.send_channel(nick + " hat den Titel 'Enten könnten Angst vor dir haben' erreicht")
|
connection.send_channel(nick + " hat den Titel 'Enten könnten Angst vor dir haben' erreicht")
|
||||||
|
|||||||
Reference in New Issue
Block a user