aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 2ad6362d7..1290a34e7 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1490,7 +1490,7 @@ handle_idle(struct client *client,
continue;
for (j = 0; idle_names[j]; ++j) {
- if (!strcasecmp(argv[i], idle_names[j])) {
+ if (!g_ascii_strcasecmp(argv[i], idle_names[j])) {
flags |= (1 << j);
}
}