hotfix
This commit is contained in:
parent
560111d4ba
commit
3160fd2bed
2
sic.c
2
sic.c
@ -86,7 +86,7 @@ parsein(char *msg) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if(!strncmp(msg + 1, "t ", 2)) {
|
else if(!strncmp(msg + 1, "t ", 2)) {
|
||||||
if((p = strchr(&msg[3], ' '))
|
if((p = strchr(&msg[3], ' ')))
|
||||||
*(p++) = 0;
|
*(p++) = 0;
|
||||||
snprintf(bufout, sizeof(bufout), "TOPIC %s :%s\r\n", &msg[3], p);
|
snprintf(bufout, sizeof(bufout), "TOPIC %s :%s\r\n", &msg[3], p);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user