mirror of
https://github.com/anope/anope.git
synced 2026-06-27 16:46:39 +02:00
Fixed a lot of small problems
This commit is contained in:
+1
-1
@@ -823,7 +823,7 @@ User *do_nick(const Anope::string &source, const Anope::string &nick, const Anop
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
void do_umode(const Anope::string &, const Anope::string &user, const Anope::string &modes)
|
||||
void do_umode(const Anope::string &user, const Anope::string &modes)
|
||||
{
|
||||
User *u = finduser(user);
|
||||
if (!u)
|
||||
|
||||
Reference in New Issue
Block a user