Anope IRC Services

Anope Development => Modules => Topic started by: MrStonedone on February 17, 2010, 12:18:49 AM

Title: Replacing identify and register commands
Post by: MrStonedone on February 17, 2010, 12:18:49 AM
trying to figure out how to make a module that replaces the identify and register commands, for 1.8 i don't have time for this project to learn 1.9 or C++. i have past module experience (not just the one you see here, most of my work is unreleased.)
Title: Re: Replacing identify and register commands
Post by: Adam on February 17, 2010, 01:00:26 AM
To replace commands its pretty much the same as creating new commands (in 1.8), just be sure in moduleAddCommand you use MOD_HEAD as the placement and it should work fine.