summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.h b/include/channel.h
index 089a33e..6ac0c1a 100644
--- a/include/channel.h
+++ b/include/channel.h
@@ -102,7 +102,7 @@ struct Ban
{
dlink_node node;
char *name;
- char *username;
+ char *user;
char *host;
char *who;
size_t len;