diff options
| author | 2006-11-26 19:10:35 +0000 | |
|---|---|---|
| committer | 2006-11-26 19:10:35 +0000 | |
| commit | a0d9679c120807ca588b86e2668cd3ec94108171 (patch) | |
| tree | 111bd6367ca8503e2b9fe77713cab975b141bad4 /src/modules/m_silence_ext.cpp | |
| parent | Tidyup, avoid ternary if() on every iteration of a loop (bad brain bad) (diff) | |
Update the comment for flag 't'
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5812 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_silence_ext.cpp')
| -rw-r--r-- | src/modules/m_silence_ext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_silence_ext.cpp b/src/modules/m_silence_ext.cpp index 4c92b3a47..a6a7f60ca 100644 --- a/src/modules/m_silence_ext.cpp +++ b/src/modules/m_silence_ext.cpp @@ -30,7 +30,7 @@ using namespace std; /* $ModDesc: Provides support for the /SILENCE command */ /* Improved drop-in replacement for the /SILENCE command - * syntax: /SILENCE [+|-]<mask> <p|c|i|n|a|x> as in <private|channel|invites|notices|all|exclude> + * syntax: /SILENCE [+|-]<mask> <p|c|i|n|t|a|x> as in <privatemessage|channelmessage|invites|privatenotice|channelnotice|all|exclude> * * example that blocks all except private messages * /SILENCE +*!*@* a |
