summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2016-12-18 15:23:25 -0500
committerAdam <Adam@anope.org>2016-12-18 15:23:25 -0500
commitf14307ca6fe559e5278f7a35dc4deeeec474b996 (patch)
tree62c49d1a3b493fb955e0ed4ff28848a11d53ef1d
parent4fcbbbe4fbc137841b47c8e2372477b85649270a (diff)
protocol/bahamut: fix typo in AkillDel
-rw-r--r--modules/protocol/bahamut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp
index cdb05e7f7..66e7cca61 100644
--- a/modules/protocol/bahamut.cpp
+++ b/modules/protocol/bahamut.cpp
@@ -88,7 +88,7 @@ void bahamut::senders::AkillDel::Send(XLine* x)
}
}
- Uplink::Send("RAKKILL", x->GetHost(), x->GetUser());
+ Uplink::Send("RAKILL", x->GetHost(), x->GetUser());
}
void bahamut::senders::MessageChannel::Send(Channel* c)