summaryrefslogtreecommitdiff
path: root/src/core/cs_drop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_drop.c')
-rw-r--r--src/core/cs_drop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/cs_drop.c b/src/core/cs_drop.c
index 61aad543a..6ec5ecb37 100644
--- a/src/core/cs_drop.c
+++ b/src/core/cs_drop.c
@@ -6,8 +6,8 @@
* Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
+ * Based on the original code of Services by Andy Church.
+ *
* $Id$
*
*/
@@ -99,7 +99,7 @@ int do_drop(User * u)
if (ci->c) {
if (ircd->regmode) {
ci->c->mode &= ~ircd->regmode;
- anope_SendMode(whosends(ci), ci->name, "-r");
+ ircdproto->SendMode(whosends(ci), ci->name, "-r");
}
}