diff options
| author | 2012-03-21 13:24:48 -0700 | |
|---|---|---|
| committer | 2012-03-21 13:24:48 -0700 | |
| commit | d62e3215202ebb9ac0707b08e233acc130888fe8 (patch) | |
| tree | bc63972bf448dca76927eff3a61b71c3df8e0755 /src | |
| parent | Merge pull request #1 from nenolod/insp20 (diff) | |
| parent | Typo fixes. (diff) | |
| download | inspircd++-d62e3215202ebb9ac0707b08e233acc130888fe8.tar.gz inspircd++-d62e3215202ebb9ac0707b08e233acc130888fe8.tar.bz2 inspircd++-d62e3215202ebb9ac0707b08e233acc130888fe8.zip | |
Merge pull request #2 from SaberUK/insp20
Fixes for OS X, the ModuleManager sources and some typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands/cmd_clearcache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_clearcache.cpp b/src/commands/cmd_clearcache.cpp index ecf2c07fc..c5492a8b6 100644 --- a/src/commands/cmd_clearcache.cpp +++ b/src/commands/cmd_clearcache.cpp @@ -17,7 +17,7 @@ #include "channels.h" #include "ctables.h" -/** Handle /ADMIN. These command handlers can be reloaded by the core, +/** Handle /CLEARCACHE. These command handlers can be reloaded by the core, * and handle basic RFC1459 commands. Commands within modules work * the same way, however, they can be fully unloaded, where these * may not. |
