Page 1 of 1

channel name changing?

Posted: Fri Mar 25, 2005 9:50 am
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.

Posted: Fri Mar 25, 2005 4:45 pm
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.

Posted: Sat Mar 26, 2005 7:01 am
by bloodhound
um, im just asking if the module is possible.

Posted: Sat Mar 26, 2005 4:21 pm
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.

Posted: Sat Mar 26, 2005 10:37 pm
by Emeric
well why not just move the users to the new channel..easy enough..

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