mirror of
https://github.com/anope/anope.git
synced 2026-07-09 09:23:13 +02:00
Use auto in as many places as possible.
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
}
|
||||
|
||||
Anope::string spattern = "#" + pattern;
|
||||
unsigned listmax = Config->GetModule(this->owner).Get<unsigned>("listmax", "50");
|
||||
auto listmax = Config->GetModule(this->owner).Get<unsigned>("listmax", "50");
|
||||
|
||||
source.Reply(_("List of entries matching \002%s\002:"), pattern.c_str());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user