diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-12 20:51:03 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-12 20:51:03 +0000 |
commit | fd0445fad795b75791f7b376fab6936621bb5dad (patch) | |
tree | 1edc27cae8fb12087486904db11a151361ba6bf2 /src | |
parent | d50e771e368f31a82b70a4049f6d4b3f48e458e0 (diff) |
Typo (whoops)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2783 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-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 4b782103b..56a277494 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -694,7 +694,7 @@ void apply_lines(const int What) { if (check = matches_zline(u->ip)) { - snprintf(reasonz,MAXBUF,"Z-Lined: %s",check); + snprintf(reason,MAXBUF,"Z-Lined: %s",check); Goners->AddItem(u,reason); } } |