chanlist
This commit is contained in:
parent
2a51b66742
commit
f195f561f6
|
@ -74,7 +74,8 @@ class irc {
|
|||
realname: tmpuser.realname || false,
|
||||
account: tmpuser.account || false,
|
||||
registered: tmpuser.registered || false,
|
||||
oper: tmpuser.oper || false
|
||||
oper: tmpuser.oper || false,
|
||||
channels: tmpuser.channels || []
|
||||
};
|
||||
this.server.user.set( msg.params[1], tmpuser );
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user