Page 1 of 1

install m_nonotice ! error compile x,x

Posted: Wed May 09, 2007 10:49 pm
by craftsman
http://www.unrealircd.com/index.php?pag ... dule&id=91

Code: Select all

problem?..
ModuleHeader Mod_Header
= {
"x-2", /* Name of module */
"v. 01", /* Version */
"Security Patch", /* Short description of module */
"atdheu",
NULL 
};

change atdheu 

new code :

ModuleHeader Mod_Header
= {
"x-2", /* Name of module */
"v. 01", /* Version */
"Security Patch", /* Short description of module */
"3.2-b8-1",
NULL 
};

note: new code 3.2-b8-1 (not atdheu).. ready :p 

Re: install m_nonotice ! error compile x,x

Posted: Fri Feb 26, 2010 3:02 pm
by MightyWings
I happen to have a module that blocks Notices, however, 99.9% of the code is Stealths, so I'm assuming I would need his permission to post a link here.