diff options
-rw-r--r-- | modules/webcpanel/pages/index.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/webcpanel/pages/index.cpp b/modules/webcpanel/pages/index.cpp index 1b136c7fb..7b755cfe8 100644 --- a/modules/webcpanel/pages/index.cpp +++ b/modules/webcpanel/pages/index.cpp @@ -30,6 +30,12 @@ class WebpanelRequest : public IdentifyRequest return; } + if (na->nc->HasExt("NS_SUSPENDED")) + { + this->OnFail(); + return; + } + Anope::string id; for (int i = 0; i < 64; ++i) { |