install m_nonotice ! error compile x,x

These are old archives. They are kept for historic purposes only.
Post Reply
craftsman
Posts: 24
Joined: Thu Feb 15, 2007 10:04 pm
Location: Sonora, México.
Contact:

install m_nonotice ! error compile x,x

Post 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 
MightyWings
Posts: 20
Joined: Fri Feb 26, 2010 12:06 pm
Location: Portadown, Northern Ireland
Contact:

Re: install m_nonotice ! error compile x,x

Post 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.
MightyWings
Post Reply