mIRC Homepage
Posted By: HappyFappy "if ($nick isin group.txt) { " - 05/05/15 09:36 PM
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
Posted By: Loki12583 Re: "if ($nick isin group.txt) { " - 05/05/15 10:50 PM
Code:
if ($read(group.txt,nw,$nick)) {


This isn't very efficient
Posted By: Raccoon Re: "if ($nick isin group.txt) { " - 06/05/15 07:37 PM
Use /hadd and $hget(), or /auser and $ulist()
© mIRC Discussion Forums