Page 1 of 1

A little module help appreciated

Posted: Tue May 16, 2006 7:33 am
by Eurynome
Alright.


I'm not new to programming, however i am new to Unrealircd module coding. I thought i might start out with something simple that would be semi-useful for my server and that would allow me to get my feet wet. What i came up with is a simple module that would allow my opers to do a command when they go away from IRC and then have the ircd -o+v them in our help channel. With a few more features i've already implemented and don't need help on. However, I do need a little assistance on making the ircd change their mode on the channel. The only module i figured would be good as a reference was m_samode and from that i saw that they used do_mode. can anyone elaborate/give any help on this?

Posted: Thu May 18, 2006 6:41 am
by w00t
Might want to look up my module joindeop on the modules site, might give you a bit of a hand. I think I tried the do_cmd() route, and it didn't like me much.