mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2004
Posts: 2
D
DFN Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Sep 2004
Posts: 2
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..


sometimes these are as bad as quit messages :tongue:
Joined: Sep 2004
Posts: 2
D
DFN Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Sep 2004
Posts: 2
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.


sometimes these are as bad as quit messages :tongue:

Link Copied to Clipboard