mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2010
Posts: 3
Q
QWER987 Offline OP
Self-satisified door
OP Offline
Self-satisified door
Q
Joined: Aug 2010
Posts: 3
Hi.
Im using MIRC 6.34 and NNS 4.22.
I looking for a command to add it to my remote.
This command should activate a sequence on each server i am, on wiritng something.
For example i want it to write every 30 minutes this: "/nick QWER987
because my internet is reconnecting sometimes and it changes my nickname to alternative, so i cant join few channels after reconnect. It will change my nickname back every 30 minutes so i will join server then automatic.
Can someone tell me what command should I use?
Sorry for mistakes and thank you for your help
Greetings

Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Please don't cross-post.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Code:
on *:start: .timernick -o 0 $calc(30 * 60) scid -at1 QWER987


Link Copied to Clipboard