channel name changing?

These are old archives. They are kept for historic purposes only.
Post Reply
bloodhound
Posts: 6
Joined: Fri Dec 03, 2004 7:04 am

channel name changing?

Post by bloodhound »

just curious as i thought of this, is it possible to write up a module that supports channel renaming while users are currently in a channel. although this would break many-- if not all clients, but a mirc script could be created for the token or something that supports it, i dunno... is this actually possible within the realm of a module? this is just about modules, im not concered with clients not being able to conform to this, because i can modify the java client i am using for this test.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

It would break every client, and no an mIRC script could not be created for this, nor could a script for any other client that I know of.
-- codemastr
bloodhound
Posts: 6
Joined: Fri Dec 03, 2004 7:04 am

Post by bloodhound »

um, im just asking if the module is possible.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

I don't understand the question. Basically, it sounds like you're asking if a module can change a variable. If you need to ask that, I'd suggest you don't even attempt to write a module.
-- codemastr
Emeric
Posts: 9
Joined: Fri Nov 19, 2004 10:12 pm

Post by Emeric »

well why not just move the users to the new channel..easy enough..

/mode #oldchannel +lL 1 #newchannel
/kick #oldchannel *
Post Reply