summaryrefslogtreecommitdiff
path: root/src/core/nick-rec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nick-rec.h')
-rw-r--r--src/core/nick-rec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nick-rec.h b/src/core/nick-rec.h
index aaedded9..1463f9f3 100644
--- a/src/core/nick-rec.h
+++ b/src/core/nick-rec.h
@@ -19,7 +19,7 @@ unsigned int send_massjoin:1; /* Waiting to be sent in massjoin signal */
unsigned int op:1;
unsigned int halfop:1;
unsigned int voice:1;
-char other;
+char prefixes[MAX_USER_PREFIXES+1];
/*GHashTable *module_data;*/