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

Minor cs_unban Lang Update @Robby-

This commit is contained in:
Zantox
2014-06-26 15:10:01 -04:00
committed by Robby-
parent 74dbfe0699
commit f753a925ad
+2 -2
View File
@@ -105,8 +105,8 @@ class CommandCSUnban : public Command
"given, all bans affecting you in channels you have access\n"
"in are removed.\n"
" \n"
"By default, limited to AOPs or those with level 5 and above\n"
"access on the channel."), source.service->nick.c_str());
"By default, limited to AOPs or those with level 5 access and above\n"
"on the channel."), source.service->nick.c_str());
return true;
}
};