diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-04 12:33:24 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-04 12:33:24 +0000 |
commit | 2f00b255ec337d2ca8422788d3b574fcd2ac81b9 (patch) | |
tree | 73fb0c03c7698f1067b128c381750869ef860564 | |
parent | bcad8222b2d1e9d71124212d1208c6165ac5c4be (diff) |
...And learn to spell right
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6865 e03df62e-2008-0410-955e-edbf42e46eb7
-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()); } } |