mirror of
https://github.com/znc/znc.git
synced 2026-08-09 10:23:14 +02:00
route_replies: make the error more clear
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user