--- smsdaemon/plugins/ListPlugin.cpp 2008/12/07 10:15:44 136 +++ smsdaemon/plugins/ListPlugin.cpp 2008/12/07 11:08:31 137 @@ -20,7 +20,7 @@ std::string reply = "Loaded plugins:\n"; for (it = plugins.begin(); it != plugins.end(); ++it) { - reply += (*it)->GetCommand() + " - " + (*it)->GetDescription() + "\n"; + reply += (*it)->GetCommand() + "\n"; } modem.SendSms(sms.sender, reply, true);