Request Module

These are old archives. They are kept for historic purposes only.
Post Reply
Reoleam
Posts: 7
Joined: Thu Aug 24, 2006 12:09 pm
Contact:

Request Module

Post 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
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Aliases?
Reoleam
Posts: 7
Joined: Thu Aug 24, 2006 12:09 pm
Contact:

Post 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.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Have a look at the alias block in the Unreal documentation. (Server side aliases)
Reoleam
Posts: 7
Joined: Thu Aug 24, 2006 12:09 pm
Contact:

Post 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.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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.
Reoleam
Posts: 7
Joined: Thu Aug 24, 2006 12:09 pm
Contact:

Post by Reoleam »

its for a gameirc Client not for a IRC Client like mIRC
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

So you mean a client for an IRC like protocol, which is technically not IRC?
Why the hell can't my signature be empty?
"Your message contains too few characters."
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post 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 :)
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
Reoleam
Posts: 7
Joined: Thu Aug 24, 2006 12:09 pm
Contact:

Post by Reoleam »

yes thats exactly what i mean :)
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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.
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post 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
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
Reoleam
Posts: 7
Joined: Thu Aug 24, 2006 12:09 pm
Contact:

Post 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 ;)
Reoleam
Posts: 7
Joined: Thu Aug 24, 2006 12:09 pm
Contact:

Post by Reoleam »

anyone can do this?, please :?
Post Reply