mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fix m_alias not initialising 'active' before use.
This commit is contained in:
parent
f2e3fd5952
commit
aea67c2520
@ -107,6 +107,7 @@ class ModuleAlias : public Module
|
||||
|
||||
ModuleAlias()
|
||||
: botmode(this, "bot")
|
||||
, active(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user