diff options
| author | 2007-05-04 12:33:24 +0000 | |
|---|---|---|
| committer | 2007-05-04 12:33:24 +0000 | |
| commit | 2f00b255ec337d2ca8422788d3b574fcd2ac81b9 (patch) | |
| tree | 73fb0c03c7698f1067b128c381750869ef860564 /src/modules/m_auditorium.cpp | |
| parent | Do the same for KICK, but in the case of KICK, send to the user doing the kic... (diff) | |
| download | inspircd++-2f00b255ec337d2ca8422788d3b574fcd2ac81b9.tar.gz inspircd++-2f00b255ec337d2ca8422788d3b574fcd2ac81b9.tar.bz2 inspircd++-2f00b255ec337d2ca8422788d3b574fcd2ac81b9.zip | |
...And learn to spell right
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6865 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_auditorium.cpp')
| -rw-r--r-- | src/modules/m_auditorium.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_auditorium.cpp b/src/modules/m_auditorium.cpp index 1538c202b..f6b1ff3d8 100644 --- a/src/modules/m_auditorium.cpp +++ b/src/modules/m_auditorium.cpp @@ -120,8 +120,8 @@ class ModuleAuditorium : public Module { silent = true; /* Send silenced event only to the user being kicked and the user doing the kick */ - source->WriteFrom(source, "KICK %s %s %s", channel->name, user->nick, reason.c_str()); - user->WriteFrom(source, "KICK %s %s %s", channel->name, user->nick, reason.c_str()); + source->WriteFrom(source, "KICK %s %s %s", chan->name, user->nick, reason.c_str()); + user->WriteFrom(source, "KICK %s %s %s", chan->name, user->nick, reason.c_str()); } } |
