mIRC Home    About    Download    Register    News    Help

Print Thread
#116064 01/04/05 06:37 PM
Joined: Apr 2005
Posts: 3
T
thane Offline OP
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Apr 2005
Posts: 3
Hello everyone. I've been using the "KeepMyNick" script, and it was working great. Then one day, out of the blue, mIRC started breaking when I loaded the script.

When I type: /load -rs KeepMyNick.mrc
I get:* Break: command halted (line 13, KeepMyNick.mrc)

Now the odd part is that after this, the "Command" menu is totally disabled in mIRC. It doesn't return until I restart the program.

I would blame that script, but I have tried some other scripts and they are doing the same thing. The script author is saying there's no way a script should be able to do that, so it's got to be a problem with mIRC.

Searching the forum, it looks like this guy is having the same problem with another script, and his started out of the blue too. He describes the Command menu breaking as well.

I tried uninstalling mIRC completely, and reinstalling it, but it's still broken. I then tried installing mIRC on another machine, and it works there. Since I registered mIRC on the broken machine, maybe it's a problem caused by registration?

Any ideas? confused

Oh, and here's the script:

;###############################################################
;
; Keep My Nick v1.1 © ^OmeN^ .:. www.omenscripts.org
;
; This script will regain your nick
;
; To install, place this file in your mIRC directory and type
; /load -rs KeepMyNick.mrc
;
;###############################################################

on *:load: {
%keep.my.nick = $input(What Nickname Do You Want To Keep,133,Keep My Nick v1.0 By ^OmeN^)
if (%keep.my.nick == $null) {
echo -s You Need To Enter A Nickname, Script Not Loaded
.timer 1 2 unload -rs KeepMyNick.mrc
}
else { .notify %keep.my.nick Keep My Nick v1.1 © ^OmeN^ }
}

on *:unotify: {
if (($nick == %keep.my.nick) && ($me != %keep.my.nick)) { nick %keep.my.nick }
}

Last edited by thane; 01/04/05 06:38 PM.
#116065 01/04/05 08:03 PM
Joined: Apr 2005
Posts: 17
D
Pikka bird
Offline
Pikka bird
D
Joined: Apr 2005
Posts: 17
If the problem still happens if you unload the script the only thing i can really think of that could be causing it would be the break key on your keyboard might be stuck (it happened to myne before)

#116066 01/04/05 08:38 PM
Joined: Apr 2005
Posts: 3
T
thane Offline OP
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Apr 2005
Posts: 3
You're a smart cookie! I reinstalled my keyboard drivers, and the problem went away.

Thank you!


Link Copied to Clipboard