summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-10 03:33:37 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-10 03:33:37 +0000
commit6c7c63fcbdaf942bf380171ef7f864051247caf0 (patch)
treeac2ed5b2befec8f0eecff93ef53d10a95b7a154c /src/commands.cpp
parent478f1245a9c077be63da1097e84ee46c8743b48b (diff)
Fixed chu's typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1030 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index e42bc2ade..3656798ba 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1622,7 +1622,7 @@ void handle_oper(char **parameters, int pcnt, userrec *user)
if (!fail2)
{
WriteServ(user->fd,"491 %s :Invalid oper credentials",user->nick);
- WriteOpers("*** WARNING! qFailed oper attempt by %s!%s@%s!",user->nick,user->ident,user->host);
+ WriteOpers("*** WARNING! Failed oper attempt by %s!%s@%s!",user->nick,user->ident,user->host);
log(DEFAULT,"OPER: Failed oper attempt by %s!%s@%s: user, host or password did not match.",user->nick,user->ident,user->host);
}
else