aboutsummaryrefslogtreecommitdiffstats
path: root/irc_channel.c
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-12-26 16:04:14 +0100
committerMarius Halden <marius.h@lden.org>2016-12-26 16:04:14 +0100
commit184c46d3507a0ff9fc68a4409f690add96cd183d (patch)
tree6fc6a92212d7e8f68107e418db50073ed8c0f88c /irc_channel.c
parent979082a36fe648b81711373c62311bcd7d9d3b54 (diff)
parent59ccef5cc9f1ed67112248c20649ce8005188173 (diff)
Merge branch 'master' into patched-master
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 7adc1893..ee81a597 100644
--- a/irc_channel.c
+++ b/irc_channel.c
@@ -642,7 +642,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);
}