Skip to content
Snippets Groups Projects
Commit 923b891d authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

Assert TS even on non-TS mode

parent 446bed00
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -430,10 +430,10 @@ function Server_Work(cmdline) {
/* Detect TS-style MODE and stuff the real TS in j */
j = parseInt(p[0]);
if (p[0] == j) {
if (!this.hub)
j = Epoch();
p.shift();
}
if (!this.hub)
j = Epoch();
if (p[0][0] == "#") {
/* Setting a channel mode */
tmp = Channels[p[0].toUpperCase()];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment