summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_operjoin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_operjoin.cpp b/src/modules/m_operjoin.cpp
index 056b9e181..a0a81f7ed 100644
--- a/src/modules/m_operjoin.cpp
+++ b/src/modules/m_operjoin.cpp
@@ -7,7 +7,7 @@ using namespace std;
#include "modules.h"
#include "helperfuncs.h"
-/* $ModDesc: Forces opers to join a specified channel on oper-up */
+/* $ModDesc: Forces opers to join the specified channel(s) on oper-up */
class ModuleOperjoin : public Module
{
@@ -102,4 +102,3 @@ extern "C" void * init_module( void )
{
return new ModuleOperjoinFactory;
}
-