maximum pfuschimus
This commit is contained in:
parent
4afe02ffe8
commit
49ec286bb9
|
@ -91,11 +91,11 @@ export class irc extends EventEmitter {
|
|||
return data.charAt(0) === ":" ? {
|
||||
prefix: tmp.shift(),
|
||||
command: tmp.shift(),
|
||||
params: tmp
|
||||
params: [tmp.shift(), tmp.join(" :")]
|
||||
} : {
|
||||
prefix: null,
|
||||
command: tmp.shift(),
|
||||
params: tmp
|
||||
params: [tmp.shift(), tmp.join(" :")]
|
||||
};
|
||||
}
|
||||
reply(tmp) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user