mIRC Home    About    Download    Register    News    Help

Print Thread
#55200 16/10/03 02:21 AM
Joined: Sep 2003
Posts: 122
Gar Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Sep 2003
Posts: 122
Is it posiible to set something up so that if I type "/poke" it will will say multiple lines. and keep certain spacing?

#55201 16/10/03 02:28 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
alias poke {
/msg $active <msg 1>
/msg $active <msg 2>
/msg $active <msg 3>
}

>:D


-KingTomato
#55202 16/10/03 02:31 AM
Joined: Sep 2003
Posts: 122
Gar Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Sep 2003
Posts: 122
would that go under remote or aliases?

#55203 16/10/03 02:38 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
To keep the spacing, put the multiple lines into a text file, and /play that. /help /play.
If you use topics in the text file you can have 1 file for different responses, using /play -t<topic> .....

#55204 16/10/03 06:54 AM
Joined: Feb 2003
Posts: 31
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 31
You could also put it on a timer so you dont' have to enter the multiple lines:

/timer 5 1 /msg $chan poke

that will send the poke text to the room 5 times with a 1 second delay u can always change it around you could enter a 0 but just because it pops up on ur screen that fast doesn't mean it does on others. Servers always have at least a 1 second delay in messages so its not flooded.


Link Copied to Clipboard