mirror of
https://github.com/anope/anope.git
synced 2026-07-08 23:33:11 +02:00
Use auto in as many places as possible.
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
{
|
||||
const Anope::string &chan = params[0];
|
||||
const Anope::string &chdesc = params.size() > 1 ? params[1] : "";
|
||||
unsigned maxregistered = Config->GetModule("chanserv").Get<unsigned>("maxregistered");
|
||||
auto maxregistered = Config->GetModule("chanserv").Get<unsigned>("maxregistered");
|
||||
|
||||
User *u = source.GetUser();
|
||||
NickCore *nc = source.nc;
|
||||
|
||||
Reference in New Issue
Block a user