summaryrefslogtreecommitdiff
path: root/include/xline.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-28 19:32:23 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-28 19:32:23 +0000
commita87326fb1759a9b96de8b0a0842bba1d4177e04e (patch)
tree69720f1343b0df422a76ff47376c0eaf613a2fd9 /include/xline.h
parentba84759bf7e28a3f07e2d4379fa78a908dd4e3cb (diff)
Make ZLine use Matches()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8406 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/xline.h')
-rw-r--r--include/xline.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xline.h b/include/xline.h
index d5dd87aa5..0fa6e3f53 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -424,11 +424,11 @@ class CoreExport XLineManager
*/
GLine* matches_gline(User* user);
- /** Check if a IP matches a ZLine
- * @param ipaddr The IP to check against
+ /** Check if a user's IP matches a ZLine
+ * @param user The user to check against
* @return The reason for the line if there is a match, or NULL if there is no match
*/
- ZLine* matches_zline(const char* ipaddr);
+ ZLine* matches_zline(User *user);
/** Check if a hostname matches a KLine
* @param user The user to check against