diff options
Diffstat (limited to 'src/core/nick-rec.h')
-rw-r--r-- | src/core/nick-rec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nick-rec.h b/src/core/nick-rec.h index 7dff6f32..d0dbce3d 100644 --- a/src/core/nick-rec.h +++ b/src/core/nick-rec.h @@ -20,7 +20,7 @@ unsigned int op:1; unsigned int halfop:1; unsigned int voice:1; -GHashTable *module_data; +/*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. */ |