1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 17:23:13 +02:00

Added opertype:modes

This commit is contained in:
Adam
2011-08-02 01:50:09 -04:00
parent 41b40f6504
commit d43e1fb800
5 changed files with 29 additions and 3 deletions
+2
View File
@@ -144,6 +144,8 @@ class CommandOSOper : public Command
buf.clear();
}
}
if (!ot->modes.empty())
source.Reply(_("Opertype \2%s\2 receives modes \2%s\2 once identifying."), ot->GetName().c_str(), ot->modes.c_str());
}
}
else