A little module help appreciated

These are old archives. They are kept for historic purposes only.
Post Reply
Eurynome

A little module help appreciated

Post 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?
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply