Fixed network join

This commit is contained in:
Michiel Broek 2005-04-27 20:31:54 +00:00
parent c49716cb70
commit 3eaf834c89

View File

@ -1380,7 +1380,7 @@ int do_command(char *hostname, char *command, char *parameters)
if (! strcmp(command, (char *)"NICK")) {
return command_nick(hostname, parameters);
}
if (! strcmp(command, (char *)"PART")) {
if (! strcmp(command, (char *)"JOIN")) {
return command_join(hostname, parameters);
}
if (! strcmp(command, (char *)"PART")) {