mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
#56329 20/10/03 10:10 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
okay now i have this on init
if (%identd == yes) { did -c perstg 13 }

and this on APPLY button

if (%identd = yes) { did -c perstg 13 | .identd on %id }
if (%identd = no) { did -u perstg 13 | .identd off }

and now it totally wont work anything... now maybe i am to damn stupid to understand this or i am too tired... (itz miknight) :P

or maybe i am not ment to be to finish this smirk

thanx for help anyway

#56330 24/10/03 06:16 PM
Joined: Oct 2003
Posts: 50
T
Babel fish
Offline
Babel fish
T
Joined: Oct 2003
Posts: 50
are you setting %identd? if not, put this in all events where you are using %identd (init, sclick, etc.):
Code:
var %identd = $read($mircini,ident,active)

Page 2 of 2 1 2

Link Copied to Clipboard