summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2004-01-22 13:14:37 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2004-01-22 13:14:37 +0000
commita4828654467b8efb579654fedea8159ba9384184 (patch)
tree0ff8e16f85154c493855145d5663ccf85511aaf4 /src/core
parent566485c3ab7ebd6494e471c7e1a742fee5acfec9 (diff)
downloadirssi-a4828654467b8efb579654fedea8159ba9384184.zip
other fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3213 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core')
-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 8e641222..aaedded9 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;
-unsigned int other:7;
+char other;
/*GHashTable *module_data;*/