mIRC Home    About    Download    Register    News    Help

Print Thread
D
DFN
DFN
D
I'm not much into scripting, but a friend helped me and made this little script so that my irc client would automatically reclaim my nick after a disconnect and quick reconnect when the nick finaly times out (got a fairly unstable connection). Trouble is that I cant get it to work with plain mIRC but it works flawlessy with a ircN modded mIRC. Can anyone enlighten me..? Whats wrong with it?

---
on *.LOAD: {
set %stealnick XXXXX }
on *:UNOTIFY: {
if ( ($nick == %stealnick) && ($nick != $me)) {
nick %stealnick
}
}

---

Thnx in advance.

Joined: Mar 2004
Posts: 108
X
Vogon poet
Offline
Vogon poet
X
Joined: Mar 2004
Posts: 108
on *.LOAD: {
try:
on *:LOAD: {
other than that it looks like it should work fine..

D
DFN
DFN
D
Still doesnt work :-(

Joined: Mar 2004
Posts: 108
X
Vogon poet
Offline
Vogon poet
X
Joined: Mar 2004
Posts: 108
i assume you have that nick in your notify, and you reloaded the script wink if it still dont work maybe you have something conflicting.


Link Copied to Clipboard