Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
isin text.txt
Forums
Active Threads
Search
Who's Online
Help
Print Thread
isin text.txt
#
21926
02/05/03
10:57 AM
P
PHMinistries
PHMinistries
P
is there a way to do an if event that say
it would look in a text file
if ($2 isin ops.txt) { op $3 }
etc
is there a way to do that?
Copy Link to Clipboard
Re: isin text.txt
#
21927
02/05/03
11:01 AM
T
theRat
theRat
T
/help $read
Copy Link to Clipboard
Re: isin text.txt
#
21928
02/05/03
11:01 AM
Joined:
Apr 2003
Posts: 426
Australia
N
neophyte
Fjord artisan
neophyte
Fjord artisan
N
Joined:
Apr 2003
Posts: 426
Australia
if ($2 isin $read(ops.txt)) { blah } should work.
Copy Link to Clipboard
Re: isin text.txt
#
21929
02/05/03
11:02 AM
Joined:
Dec 2002
Posts: 334
Athens, Greece
F
FunChatter
Fjord artisan
FunChatter
Fjord artisan
F
Joined:
Dec 2002
Posts: 334
Athens, Greece
Maybe $read might help you?
mIRC has a build-in Auto op system... /help Auto-Op List
Copy Link to Clipboard
Re: isin text.txt
#
21930
02/05/03
02:35 PM
Joined:
Dec 2002
Posts: 416
O
Othello
Fjord artisan
Othello
Fjord artisan
O
Joined:
Dec 2002
Posts: 416
You could set each op in the channel to a level in your users list. But, I went with using the auto ops built into mirc because not only will it work with ops in different channels but across different networks
Copy Link to Clipboard
Re: isin text.txt
#
21931
03/05/03
12:48 PM
S
saragani
saragani
S
if ($read(ops.txt,w,* $+ $2 $+ *) != $null) { op $3 }
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage