mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 16:46:22 +00:00
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
|
||||
} else {
|
||||
nick = account->muc_nick;
|
||||
|
||||
Reference in New Issue
Block a user