summaryrefslogtreecommitdiff
path: root/src/modules/m_swhois.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_swhois.cpp')
-rw-r--r--src/modules/m_swhois.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_swhois.cpp b/src/modules/m_swhois.cpp
index 41248832d..7ba046983 100644
--- a/src/modules/m_swhois.cpp
+++ b/src/modules/m_swhois.cpp
@@ -29,6 +29,7 @@ class cmd_swhois : public command_t
{
this->Srv = server;
this->source = "m_swhois.so";
+ syntax = "<nick> <swhois>";
}
void Handle(const char** parameters, int pcnt, userrec* user)