Search found 3 matches

by Badaboum
Fri May 13, 2005 3:04 pm
Forum: Unreal 3.2 Modules
Topic: Modification of the /LIST response
Replies: 6
Views: 2732

I am on windows :? but using linux isn't a problem
So compiling with that answer under linux will make the response to /list like i want ?
And how can i say the Type is 00 for a channel, 01 for another etc... ?
by Badaboum
Fri May 13, 2005 2:09 pm
Forum: Unreal 3.2 Modules
Topic: Modification of the /LIST response
Replies: 6
Views: 2732

How ?

In my unrealircd.conf i have that :

Code: Select all

official-channels {
	"#Test"{ topic "Test"; };
};
How can i use /topic ?

If the 00 is in the topic it doesn't work because it makes a space between the : and 00 in the chat data
:cry:
by Badaboum
Fri May 13, 2005 1:44 pm
Forum: Unreal 3.2 Modules
Topic: Modification of the /LIST response
Replies: 6
Views: 2732

Modification of the /LIST response

Hello ! I am trying to make a Windows server for an online game based on IRC. For that i need a response to the /LIST command like that : #Channel NbUsers :Type Description Where Type is a 2 digits number. Have you got an idea on how to do that ? Can i use a special field in official-channel of the ...