mirror of
https://github.com/anope/anope.git
synced 2026-07-03 21:03:13 +02:00
Fixed a lot of small problems
This commit is contained in:
@@ -109,6 +109,9 @@ int levelinfo_maxwidth = 0;
|
||||
|
||||
Anope::string get_mlock_modes(ChannelInfo *ci, int complete)
|
||||
{
|
||||
if (!ci)
|
||||
return "";
|
||||
|
||||
Anope::string pos = "+", neg = "-", params;
|
||||
|
||||
for (std::multimap<ChannelModeName, ModeLock>::const_iterator it = ci->GetMLock().begin(), it_end = ci->GetMLock().end(); it != it_end; ++it)
|
||||
|
||||
Reference in New Issue
Block a user