mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2014
Posts: 83
H
Babel fish
OP Offline
Babel fish
H
Joined: Sep 2014
Posts: 83
if there a way to make this?

Code:
if ($nick isin group.txt) {


i've looked all over and i cant find anything on it frown

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Code:
if ($read(group.txt,nw,$nick)) {


This isn't very efficient

Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
Use /hadd and $hget(), or /auser and $ulist()


Well. At least I won lunch.
Good philosophy, see good in bad, I like!

Link Copied to Clipboard