mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Removed several header files that only had xxx_init(); xxx_deinit(); - moved
them to the .c file where they were called. nicklist didn't notice nick changes right. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@183 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d769109f57
commit
849c091ac4
12 changed files with 84 additions and 84 deletions
|
|
@ -454,7 +454,7 @@ static void event_nick(const char *data, IRC_SERVER_REC *server, const char *ori
|
|||
signal_emit("server nick changed", 1, server);
|
||||
}
|
||||
|
||||
nicks = nicklist_get_same(server, nick);
|
||||
nicks = nicklist_get_same(server, orignick);
|
||||
for (tmp = nicks; tmp != NULL; tmp = tmp->next->next) {
|
||||
channel = tmp->data;
|
||||
nickrec = tmp->next->data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue