mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-10 22:26:23 +02:00
Made Botty Case Insensitive
This commit is contained in:
@@ -18,7 +18,7 @@ class IntroductionObserver(PrivMsgObserverPrototype):
|
||||
return ".me - kann von registrierten Nutzern verwendet werden um eine Vorstellung zu speichern"
|
||||
|
||||
def update_on_priv_msg(self, data, connection: Connection):
|
||||
msg = data["message"]
|
||||
msg = data['messageCaseSensitive']
|
||||
nick = data["nick"]
|
||||
if not msg.startswith(".me") and not msg.startswith(".me-"):
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user