Anope IRC Services

Anope Development => Modules => Topic started by: T-rexke on September 20, 2006, 05:40:47 PM

Title: how to make a module?
Post by: T-rexke on September 20, 2006, 05:40:47 PM
hi how can i learn to make a module myself?
Title:
Post by: n00bie on September 20, 2006, 06:18:58 PM
http://wiki.anope.org/index.php/Modules

and for demos, please take a look at the demos modules located inside anope-1.7.x/src/modules/demos folder ^^
Title:
Post by: T-rexke on September 20, 2006, 06:34:24 PM
thanks :)
Title:
Post by: Tom65789 on September 20, 2006, 06:44:53 PM
and learning C Programming would also help.
Title:
Post by: Kaoru on September 25, 2006, 04:04:16 PM
is it possible to make modules using Win32 platforms ???

anyone got a C tutorial and software kit I can borrow ;)
Title:
Post by: Jan Milants on September 25, 2006, 06:22:07 PM
of course you can, but my "software kit" wouldn't be of much help cause it s not much more then a text editor... try reading this (http://forum.anope.org/viewthread.php?tid=721) topic for a few possible editors. You might wanna try MS Visual C++ since you ll need it anyways if you want to compile anope on windows as well..
Title:
Post by: katsklaw on September 25, 2006, 07:26:29 PM
reading anope-1.7.15/docs/WIN32.txt is always helpful .. even tells you where you can get all the software needed to compile Anope modules on win32.