route_replies: make the error more clear

This commit is contained in:
Mikaela Suomalainen
2015-09-13 15:15:24 +03:00
parent 0b32da4ccc
commit 535d28bf32
+2 -1
View File
@@ -369,7 +369,8 @@ public:
// The timer will be deleted after this by the event loop
if (!GetNV("silent_timeouts").ToBool()) {
PutModule("This module hit a timeout which is possibly a bug.");
PutModule("This module hit a timeout which is probably a connectivity issue.");
PutModule("However, if you can provide steps to reproduce this issue, please do report a bug.");
PutModule("To disable this message, do \"/msg " + GetModNick()
+ " silent yes\"");
PutModule("Last request: " + m_sLastRequest);