aboutsummaryrefslogtreecommitdiffstats
path: root/irc_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc_channel.c')
-rw-r--r--irc_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_channel.c b/irc_channel.c
index 3ccbce55..e2c77fc5 100644
--- a/irc_channel.c
+++ b/irc_channel.c
@@ -637,7 +637,7 @@ char *irc_channel_name_gen(irc_t *irc, const char *hint)
irc_channel_name_strip(name);
- if (set_getbool(&irc->b->set, "lcnicks")) {
+ if (set_getbool(&irc->b->set, "nick_lowercase")) {
nick_lc(irc, name + 1);
}