summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h
index aa23d8816..50076fd86 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -41,7 +41,7 @@ class HostItem : public classbase
time_t set_time;
/** Who added the item
*/
- char set_by[NICKMAX];
+ char set_by[64];
/** The actual item data
*/
char data[MAXBUF];