diff options
author | bricker <bricker@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-26 20:36:06 +0000 |
---|---|---|
committer | bricker <bricker@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-26 20:36:06 +0000 |
commit | e6a76f838a204e4e6e7333ce66345831cc65799d (patch) | |
tree | bb5d92fc97753bdf511569689e0b013f67a95352 /src | |
parent | 6feb3046c8bbb4b52d36c1bc393bb1c5917ef824 (diff) |
I not i
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9585 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_cgiirc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_cgiirc.cpp b/src/modules/m_cgiirc.cpp index fb03fd1ba..4140f1386 100644 --- a/src/modules/m_cgiirc.cpp +++ b/src/modules/m_cgiirc.cpp @@ -376,7 +376,7 @@ public: catch (...) { if (NotifyOpers) - ServerInstance->SNO->WriteToSnoMask('A', "Connecting user %s detected as using CGI:IRC (%s), but i could not resolve their hostname!", user->nick, user->host); + ServerInstance->SNO->WriteToSnoMask('A', "Connecting user %s detected as using CGI:IRC (%s), but I could not resolve their hostname!", user->nick, user->host); } } @@ -441,7 +441,7 @@ public: user->InvalidateCache(); if(NotifyOpers) - ServerInstance->SNO->WriteToSnoMask('A', "Connecting user %s detected as using CGI:IRC (%s), but i could not resolve their hostname!", user->nick, user->host); + ServerInstance->SNO->WriteToSnoMask('A', "Connecting user %s detected as using CGI:IRC (%s), but I could not resolve their hostname!", user->nick, user->host); } /*strlcpy(user->host, newip, 16); strlcpy(user->dhost, newip, 16); |