diff options
| author | 2008-04-07 14:45:41 +0000 | |
|---|---|---|
| committer | 2008-04-07 14:45:41 +0000 | |
| commit | c1c6d3f447185e3b4e90d0bfe379dddcd78253a5 (patch) | |
| tree | b2ab207bb7af9535624cf773bc1fb335201b4b87 /src/modules/m_shun.cpp | |
| parent | Typo (diff) | |
| download | inspircd++-c1c6d3f447185e3b4e90d0bfe379dddcd78253a5.tar.gz inspircd++-c1c6d3f447185e3b4e90d0bfe379dddcd78253a5.tar.bz2 inspircd++-c1c6d3f447185e3b4e90d0bfe379dddcd78253a5.zip | |
Typo x 2 (ta Zaba)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9399 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_shun.cpp')
| -rw-r--r-- | src/modules/m_shun.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index 06f698d9a..e728fe2f1 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -77,7 +77,7 @@ class cmd_shun : public Command { if (ServerInstance->XLines->DelLine(parameters[0], "S", user)) { - ServerInstance->SNO->WriteToSnoMask('x',"%s Removed R-Line on %s.",user->nick,parameters[0]); + ServerInstance->SNO->WriteToSnoMask('x',"%s Removed shun on %s.",user->nick,parameters[0]); } else { |
