diff options
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r-- | src/snomasks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 5f04931f9..85e1ead78 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -99,6 +99,7 @@ void SnomaskManager::SetupDefaults() this->EnableSnomask('k',"KILL"); /* Kill notices */ this->EnableSnomask('K',"REMOTEKILL"); /* Remote kill notices */ this->EnableSnomask('l',"LINK"); /* Link notices */ + this->EnableSnomask('L',"REMOTELINK"); /* Link notices */ this->EnableSnomask('o',"OPER"); /* Oper up/down notices */ this->EnableSnomask('A',"ANNOUNCEMENT"); /* formerly WriteOpers() - generic notices to all opers */ this->EnableSnomask('d',"DEBUG"); /* Debug notices */ |