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:
Timo Sirainen 2001-02-17 21:46:35 +00:00 committed by cras
commit 0d4d9204a9
3 changed files with 158 additions and 20 deletions

View file

@ -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 */