summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 6ab771ec1..12502efae 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -253,11 +253,6 @@ void User::SendMessage(BotInfo *source, LanguageString message, ...) const
Anope::string m = GetString(this, message);
- if (Config->UseStrictPrivMsg)
- m = m.replace_all_cs("%R", "/");
- else
- m = m.replace_all_cs("%R", "/msg ");
-
m = m.replace_all_cs("%S", source->nick);
if (m.length() >= 4096)