Page 1 of 1

Module request for unrealircd 3.2.9 on windows

Posted: Sat Feb 25, 2012 12:13 am
by zunkies
can anyone create me a module that allows a mode for official room to be at top of channel list and to have a official icon in the channel list
will pay for this module (At a fair Price)

Re: Module request for unrealircd 3.2.9 on windows

Posted: Sat Feb 25, 2012 1:07 am
by katsklaw
You cannot have icons. IRC is text only.

Re: Module request for unrealircd 3.2.9 on windows

Posted: Sat Feb 25, 2012 7:54 pm
by zunkies
that why I'm asking for someone to make a module that can do it
like if the room official a oper or what not can set a mode say z on the room then the webbase room list can read that mode and show a icon

Re: Module request for unrealircd 3.2.9 on windows

Posted: Sat Feb 25, 2012 10:33 pm
by Stealth
It is impossible to use icons on IRC unless all your users are using the same client which you have also customized to display icons.

Again, as katsklaw said, you cannot have icons.

Re: Module request for unrealircd 3.2.9 on windows

Posted: Sat Feb 25, 2012 10:35 pm
by zunkies
yes but the web base roomlist everyone will be using it anyway
it only mirc or such they wont see it

Re: Module request for unrealircd 3.2.9 on windows

Posted: Sat Feb 25, 2012 10:37 pm
by Stealth
Then you need to modify your web-based client to display icons in front of the channel names you want to have an icon next to. This has nothing to do with Unreal, and there is no module or any modification that you can do to Unreal to make it happen.

Re: Module request for unrealircd 3.2.9 on windows

Posted: Sat Feb 25, 2012 10:41 pm
by warg
Impossible really means impossible. All the server does is transmit data, nothing more. What you see when you use IRC is your client. UnrealIRCd is not a client. If you still don't understand this, read Stealth's last comment a few dozen times until you get it.

Re: Module request for unrealircd 3.2.9 on windows

Posted: Sun Feb 26, 2012 12:36 am
by zunkies
ok so how do I get the php to read that the room is official room?

there got to be a mode or something that php read from the irc server to tell it that it a official room right ?

Re: Module request for unrealircd 3.2.9 on windows

Posted: Sun Feb 26, 2012 12:57 am
by katsklaw
You can have your php read the official channel block in unrealircd.conf There is no special mode or setting.

http://www.unrealircd.com/files/docs/un ... alchannels

I'm now moving this because this really isn't going to be Unreal related any longer.

Re: Module request for unrealircd 3.2.9 on windows

Posted: Sun Feb 26, 2012 5:52 am
by warg
Why do you need to read anything? If you know what channel(s) are your official channels, then just create a setting in your PHP to define them.