diff options
| author | 2008-05-19 00:14:29 +0000 | |
|---|---|---|
| committer | 2008-05-19 00:14:29 +0000 | |
| commit | 77bb8528a69735ba59e0cd1ac2801063343a6187 (patch) | |
| tree | 8cc556bbc3574b3c5b1db51cf3dc3986f2e3be62 /src/modules/m_operchans.cpp | |
| parent | Fix this one (diff) | |
These too
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9756 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_operchans.cpp')
| -rw-r--r-- | src/modules/m_operchans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_operchans.cpp b/src/modules/m_operchans.cpp index d1111fd86..148528174 100644 --- a/src/modules/m_operchans.cpp +++ b/src/modules/m_operchans.cpp @@ -69,7 +69,7 @@ class ModuleOperChans : public Module { if (chan->IsModeSet('O')) { - user->WriteNumeric(520, "%s %s :Only IRC operators may join the channel %s (+O is set)",user->nick, chan->name,chan->name); + user->WriteNumeric(520, "%s %s :Only IRC operators may join the channel %s (+O is set)",user->nick.c_str(), chan->name,chan->name); return 1; } } |
