]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/snomasks.cpp
Run configure -update on all svn/git changes
[user/henk/code/inspircd.git] / src / snomasks.cpp
index 889457ade88ba82e5cff1fbbff4f7c1a503bf1e0..863b9f2db53eaf0e57a647cff9f59303d664cd73 100644 (file)
@@ -125,6 +125,7 @@ void SnomaskManager::SetupDefaults()
        this->EnableSnomask('A',"REMOTEANNOUNCEMENT");  /* formerly WriteOpers() - generic notices to all opers */
        this->EnableSnomask('d',"DEBUG");                       /* Debug notices */
        this->EnableSnomask('x',"XLINE");                       /* Xline notice (g/z/q/k/e) */
+       this->EnableSnomask('X',"REMOTEXLINE");                 /* Remove Xline notice (g/z/q/k/e) */
        this->EnableSnomask('t',"STATS");                       /* Local or remote stats request */
        this->EnableSnomask('f',"FLOOD");                       /* Flooding notices */
 }