Removing extra nick = line that broke nick assignment
This commit is contained in:
@@ -1643,7 +1643,7 @@ cmd_join(gchar **args, struct cmd_help_t help)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nick = args[1];
|
|
||||||
// otherwise use account preference
|
// otherwise use account preference
|
||||||
} else {
|
} else {
|
||||||
nick = account->muc_nick;
|
nick = account->muc_nick;
|
||||||
|
|||||||
Reference in New Issue
Block a user