diff options
author | Adam <Adam@anope.org> | 2016-12-18 15:23:25 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-12-18 15:23:25 -0500 |
commit | f14307ca6fe559e5278f7a35dc4deeeec474b996 (patch) | |
tree | 62c49d1a3b493fb955e0ed4ff28848a11d53ef1d /modules/protocol/bahamut.cpp | |
parent | 4fcbbbe4fbc137841b47c8e2372477b85649270a (diff) |
protocol/bahamut: fix typo in AkillDel
Diffstat (limited to 'modules/protocol/bahamut.cpp')
-rw-r--r-- | modules/protocol/bahamut.cpp | 2 |
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) |