Changeset 200:8727845b39a0

Show
Ignore:
Timestamp:
05/05/2008 06:27:01 PM (4 years ago)
Author:
Dmitry Nezhevenko <dion@…>
Branch:
default
Message:

Alias: spellchecker rocks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/plugins/alias/aliasplugin.cpp

    r158 r200  
    146146        if (cmd=="COUNT") 
    147147        { 
    148                 reply(s, QString("Currntly I have %1 aliases").arg(aliases.count(bot()->getStorage(s)))); 
     148                reply(s, QString("Currently I have %1 alias(es)").arg(aliases.count(bot()->getStorage(s)))); 
    149149                return true; 
    150150        }