diff options
| author | 2008-05-19 00:29:53 +0000 | |
|---|---|---|
| committer | 2008-05-19 00:29:53 +0000 | |
| commit | e3bd782207f50d131acd008b0cbcc7545aac7690 (patch) | |
| tree | bf302dd6406597a08d8b57bdbbfc1c237580757d /src/modules/m_restrictmsg.cpp | |
| parent | These done (diff) | |
More done
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9759 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_restrictmsg.cpp')
| -rw-r--r-- | src/modules/m_restrictmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_restrictmsg.cpp b/src/modules/m_restrictmsg.cpp index fd885cd58..eb2026203 100644 --- a/src/modules/m_restrictmsg.cpp +++ b/src/modules/m_restrictmsg.cpp @@ -44,7 +44,7 @@ class ModuleRestrictMsg : public Module { return 0; } - user->WriteNumeric(531, "%s %s :You are not permitted to send private messages to this user",user->nick,u->nick); + user->WriteNumeric(531, "%s %s :You are not permitted to send private messages to this user",user->nick.c_str(),u->nick.c_str()); return 1; } |
