Page 1 of 1
Request Module
Posted: Thu Aug 24, 2006 12:13 pm
by Reoleam
Hello everybody,
I want to request a module which does the follow things:
a function called "gameopt" which does the same as privmsg it does.
link joingame to join or a function which does the same.
and link "page" to privmsg.
I hope someone can do this for me
Thank you
Reoleam
Posted: Thu Aug 24, 2006 1:11 pm
by Jobe
Aliases?
Posted: Thu Aug 24, 2006 1:31 pm
by Reoleam
yeah for this i fixed the joingame thing but i need an extra function for gameopt , page because i dont want to change these things clientside.
Posted: Thu Aug 24, 2006 1:45 pm
by Jobe
Have a look at the alias block in the Unreal documentation. (Server side aliases)
Posted: Thu Aug 24, 2006 2:11 pm
by Reoleam
read my last post dude. Then you know that I only can work with Aliases for Joingame which i already did and worked. But now i really need 2 extra commands for gameopt and Page which should do the same as privmsg it does but these 2 shouldnt link to privmsg because my irc clients dont know how to handle with a Message wheres a "PRIVMSG" , only wheres a "Gameopt" or "PAGE" in the message.
Posted: Thu Aug 24, 2006 4:25 pm
by Jobe
I've never heard of an IRC client that doesn't understand PRIVMSG. And to be honest an IRC client that doesn't understand PRIVSG isn't striictly an IRC client.
Posted: Thu Aug 24, 2006 5:38 pm
by Reoleam
its for a gameirc Client not for a IRC Client like mIRC
Posted: Sat Aug 26, 2006 5:09 am
by Jason
So you mean a client for an IRC like protocol, which is technically not IRC?
Posted: Sat Aug 26, 2006 11:44 am
by White_Magic
command & conquer tiberian sun servers are semi/same as what he trys to mean,
the gameclient connects to a irc server, but the irc commands arnt the same as a normal irc based server.
heres an example
UIRCD -> game
join = joingame
privmsg user = page user
part = partgame
hi Reoleam,
im sure someone can do this for u, im sure it might even be possible to do without a module

Posted: Tue Aug 29, 2006 12:29 pm
by Reoleam
yes thats exactly what i mean

Posted: Tue Aug 29, 2006 1:08 pm
by Jobe
White_Magic wrote:im sure someone can do this for u,
im sure it might even be possible to do without a module 
Thats what i was getting at with the server side aliases. Which with UnrealIRCd 3.2.5 you can alias normal commands. For example you can make /mute as an alias for /shun.
Posted: Tue Aug 29, 2006 1:13 pm
by White_Magic
Jobe1986 wrote:Thats what i was getting at with the server side aliases. Which with UnrealIRCd 3.2.5 you can alias normal commands. For example you can make /mute as an alias for /shun.
the problem is, on tiberian sun, page is sent as a CTCP,
that means an alias wouldnt work for privmsg - i dont think as im presumming the game he/she plays would works the same way
Posted: Tue Aug 29, 2006 7:27 pm
by Reoleam
and its include the "PRIVMSG"@ the begin of the message if i would send it as an alias ... i need so that it includes an "PAGE" on the begin

Posted: Fri Sep 08, 2006 1:38 pm
by Reoleam
anyone can do this?,
please 