summaryrefslogtreecommitdiff
path: root/functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'functions.c')
-rw-r--r--functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.c b/functions.c
index 6f8d131..fcb1799 100644
--- a/functions.c
+++ b/functions.c
@@ -1474,7 +1474,7 @@ int isnickinanychannel(struct channel *channels, int maxchannelcount, char *nick
}
}
- debugprint(DEBUG_FULL, "isnickinanychannel(): nick '%s' not found in any channel '%s', returning 0.\n", nick);
+ debugprint(DEBUG_FULL, "isnickinanychannel(): nick '%s' not found in any channel, returning 0.\n", nick);
return 0;
}