Turn stickchan into a network module, this prevents a segfault

This commit is contained in:
Kyle Fuller
2011-08-30 20:42:09 +00:00
parent 10c33112c4
commit 9006fecf08
+1 -1
View File
@@ -191,4 +191,4 @@ template<> void TModInfo<CStickyChan>(CModInfo& Info) {
Info.SetWikiPage("stickychan");
}
MODULEDEFS(CStickyChan, "configless sticky chans, keeps you there very stickily even")
NETWORKMODULEDEFS(CStickyChan, "configless sticky chans, keeps you there very stickily even")