diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2015-11-08 02:03:31 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2015-11-08 03:04:38 +0100 |
| commit | 7f8ded233bba4b803eb787526c59a69477dce068 (patch) | |
| tree | c532f8af017c896b1285d54e2226f1cba122b002 /src/crsm.hpp | |
| parent | b63aed7253a307a4011d2a39e51dcc584e90d372 (diff) | |
| download | manager-7f8ded233bba4b803eb787526c59a69477dce068.tar.gz manager-7f8ded233bba4b803eb787526c59a69477dce068.zip | |
Allow optional suffixes for commands (e.g. for punctuation marks)
Diffstat (limited to 'src/crsm.hpp')
| -rw-r--r-- | src/crsm.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crsm.hpp b/src/crsm.hpp index 56f2a29..56d9b18 100644 --- a/src/crsm.hpp +++ b/src/crsm.hpp @@ -291,6 +291,7 @@ private: int findWishFromUser(const ClientInfo& client); QString getCommand(const QString& message); bool isChannelName(const QString& name); + void removeCommandSuffixes(QString& command); void substituteCommandAlias(QString& command); CMD_FUNCTION(help); |
