mirror of
https://github.com/anope/anope.git
synced 2026-07-01 00:26:37 +02:00
Fix modules to use the right type (CommandReturn, not CommandResult)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1977 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -59,7 +59,7 @@ class CommandCSAppendTopic : public Command
|
||||
{
|
||||
}
|
||||
|
||||
CommandResult Execute(User *u, std::vector<std::string> ¶ms)
|
||||
CommandReturn Execute(User *u, std::vector<std::string> ¶ms)
|
||||
{
|
||||
const char *chan = params[0].c_str();
|
||||
const char *newtopic = params[1].c_str();
|
||||
|
||||
Reference in New Issue
Block a user