]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID command...
[user/henk/code/inspircd.git] / include / configreader.h
index b1eb9b263f21d9fd1faa93e5630145ab954fc871..8b031012d43f728453d33f70d4d6fe08aa369264 100644 (file)
@@ -618,6 +618,10 @@ class CoreExport ServerConfig : public Extensible
         */
        void ClearStack();
 
+       /** Get server ID as string with required leading zeroes
+        */
+       std::string GetSID();
+
        /** Update the 005 vector
         */
        void Update005();