Update modules/pawserv.py
All checks were successful
/ check (push) Successful in 15s

This commit is contained in:
Nova Cat 2025-01-23 11:32:10 -08:00
parent c38124ad2f
commit 4ccba31884

View file

@ -8,14 +8,19 @@ __ircat_fakeusers__ = {
"host": "PawServ", "host": "PawServ",
"username": "Meow", "username": "Meow",
"realname": "PawServ plugin - Identification bot", "realname": "PawServ plugin - Identification bot",
"modes": "iw", "away": False "modes": "iw",
"away": False,
"identified": False,
"ssl": False
}, },
"ChanServ": { "ChanServ": {
"host": "PawServ", "host": "PawServ",
"username": "Meow", "username": "Meow",
"realname": "PawServ plugin - Channel management bot", "realname": "PawServ plugin - Channel management bot",
"modes": "iw", "modes": "iw",
"away": False "away": False,
"identified": False,
"ssl": False
} }
} }
class IRCatModule: class IRCatModule: