Fixed network join
This commit is contained in:
parent
c49716cb70
commit
3eaf834c89
@ -1380,7 +1380,7 @@ int do_command(char *hostname, char *command, char *parameters)
|
|||||||
if (! strcmp(command, (char *)"NICK")) {
|
if (! strcmp(command, (char *)"NICK")) {
|
||||||
return command_nick(hostname, parameters);
|
return command_nick(hostname, parameters);
|
||||||
}
|
}
|
||||||
if (! strcmp(command, (char *)"PART")) {
|
if (! strcmp(command, (char *)"JOIN")) {
|
||||||
return command_join(hostname, parameters);
|
return command_join(hostname, parameters);
|
||||||
}
|
}
|
||||||
if (! strcmp(command, (char *)"PART")) {
|
if (! strcmp(command, (char *)"PART")) {
|
||||||
|
Reference in New Issue
Block a user