mIRC Home    About    Download    Register    News    Help

Print Thread
#124867 12/07/05 06:23 AM
Joined: Jul 2005
Posts: 4
N
Self-satisified door
OP Offline
Self-satisified door
N
Joined: Jul 2005
Posts: 4
This is a cut script a friend gave to me. It cuts off the text and spearates it so that it can fit into irc's channel window, because irc only allows a certain amount of text to be entered into a channel.

$calc(499 - $len($address($me,5)) - $len($chan))


Hers the problem I'm having, is there a way to get this to work with an alias or the /me command?







Thanks.

#124868 12/07/05 07:09 AM
Joined: Feb 2005
Posts: 74
S
Babel fish
Offline
Babel fish
S
Joined: Feb 2005
Posts: 74
There is the right code:
Code:
 
$calc(499)-($len($address($me,5))-($len($chan)))


[color:red]m[color:blue]IRC[color:green] for EvEr

#124869 12/07/05 10:41 AM
Joined: Jul 2005
Posts: 4
N
Self-satisified door
OP Offline
Self-satisified door
N
Joined: Jul 2005
Posts: 4
Ummmm, I'm not quite sure I understand what you just said.

Last edited by nichirasu; 12/07/05 10:43 AM.
#124870 12/07/05 11:04 AM
Joined: Apr 2004
Posts: 871
Sat Offline
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2004
Posts: 871
I believe it's 498, not 499. Subtract another 9 for actions (/me).

I'm not sure what you mean with getting it to work with an alias...


Saturn, QuakeNet staff
#124871 12/07/05 08:37 PM
Joined: Jul 2005
Posts: 4
N
Self-satisified door
OP Offline
Self-satisified door
N
Joined: Jul 2005
Posts: 4
Hmmm, an alias. Its almost exactly the /me command. Except you can make your own, like for example /nich <Nichirasu> blah blah, you would put that /nich in the alias.ini in mIRC. And whenever you typed /nich and started talking you would be speaking under an alias, you can add colors, etc.






Thanks.

#124872 14/07/05 04:14 AM
Joined: Jul 2005
Posts: 4
N
Self-satisified door
OP Offline
Self-satisified door
N
Joined: Jul 2005
Posts: 4
Well, I still cant get this to work with the /me command.


Link Copied to Clipboard