Re: [Coder-Com] Modding IRCU....

2003-12-15 Thread Justin Cassidy
but how do I make it post to opers only? On Mon, 15 Dec 2003, Chris Crowther wrote: > On Monday 15 Dec 2003 3:43 pm, Justin Cassidy wrote: > > > moderated" and that it sends the message to the chanops only. Any ideas > > how I can do this? > > Actually, look at relay_channel_message() and re

Re: [Coder-Com] Modding IRCU....

2003-12-15 Thread Chris Crowther
On Monday 15 Dec 2003 3:43 pm, Justin Cassidy wrote: > moderated" and that it sends the message to the chanops only. Any ideas > how I can do this? Actually, look at relay_channel_message() and relay_channel_notice() in ircd_relay.c > -=xachen=- -- hikari [EMAIL PROTECTED] oper @ Lond

Re: [Coder-Com] Modding IRCU....

2003-12-15 Thread Chris Crowther
On Monday 15 Dec 2003 3:43 pm, Justin Cassidy wrote: > moderated" and that it sends the message to the chanops only. Any ideas > how I can do this? Take a look at client_can_send_to_channel() in channel.c > -=xachen=- -- hikari [EMAIL PROTECTED] oper @ London.UK.EU.Undernet.Org daemoni

Re: [Coder-Com] Modding IRCU....

2003-12-15 Thread Sofie Van Tendeloo
Ain't that client related? Raw 404 === At 2003-12-15, 15:43:00 you wrote: === >Hey, > >I am modding the latest release of ircu. I already have mode +a (channel) >in as MODE_LENIENTMOD. What I am wondering is how I can make is so if a >regular channel member speaks that they don't get a

[Coder-Com] Modding IRCU....

2003-12-15 Thread Justin Cassidy
Hey, I am modding the latest release of ircu. I already have mode +a (channel) in as MODE_LENIENTMOD. What I am wondering is how I can make is so if a regular channel member speaks that they don't get a "This channel is moderated" and that it sends the message to the chanops only. Any ideas how I