mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Support for multiple identically named nicks.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1238 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
be6ba53fa4
commit
0d4d9204a9
3 changed files with 158 additions and 20 deletions
|
|
@ -21,3 +21,7 @@ unsigned int halfop:1;
|
|||
unsigned int voice:1;
|
||||
|
||||
GHashTable *module_data;
|
||||
|
||||
void *unique_id; /* unique ID to use for comparing if one nick is in another channels,
|
||||
or NULL = nicks are unique, just keep comparing them. */
|
||||
NICK_REC *next; /* support for multiple identically named nicks */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue