diff options
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index accb5ce9f..56e7495bb 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -691,7 +691,7 @@ void apply_lines(const int What) { if ((check = matches_qline(u->nick))) { - snprintf(reason,MAXBUF,"Matched Q-Lined nick: %s",check); + snprintf(reason,MAXBUF,"Q-Lined: %s",check); Goners->AddItem(u,reason); } } |