appliead patch by Kai Ruemmler to fix command handling
This commit is contained in:
3
ii.c
3
ii.c
@@ -236,8 +236,7 @@ static void proc_channels_input(int fd, char *buf)
|
|||||||
char *p;
|
char *p;
|
||||||
Channel *c = get_channel(fd);
|
Channel *c = get_channel(fd);
|
||||||
|
|
||||||
/*int ret = 1; */
|
if(buf[0] != '/' && buf[0] != 0) {
|
||||||
if(c->name[0] != '/' && c->name[0] != 0) {
|
|
||||||
proc_channels_privmsg(c->name, buf);
|
proc_channels_privmsg(c->name, buf);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user