This commit is contained in:
parent
c38124ad2f
commit
4ccba31884
1 changed files with 7 additions and 2 deletions
|
@ -8,14 +8,19 @@ __ircat_fakeusers__ = {
|
|||
"host": "PawServ",
|
||||
"username": "Meow",
|
||||
"realname": "PawServ plugin - Identification bot",
|
||||
"modes": "iw", "away": False
|
||||
"modes": "iw",
|
||||
"away": False,
|
||||
"identified": False,
|
||||
"ssl": False
|
||||
},
|
||||
"ChanServ": {
|
||||
"host": "PawServ",
|
||||
"username": "Meow",
|
||||
"realname": "PawServ plugin - Channel management bot",
|
||||
"modes": "iw",
|
||||
"away": False
|
||||
"away": False,
|
||||
"identified": False,
|
||||
"ssl": False
|
||||
}
|
||||
}
|
||||
class IRCatModule:
|
||||
|
|
Loading…
Add table
Reference in a new issue