mIRC Home    About    Download    Register    News    Help

Print Thread
#190604 23/11/07 08:04 AM
Joined: Oct 2007
Posts: 214
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Oct 2007
Posts: 214
Hello,

Im just trying to create a ban list and would like to read from a txt file database given the following information:

*!a407e4f1cb89fdeec6214a3738357370@*

any ideas how to get this set up so that I can read this from the txt file

Last edited by Buggs2008; 23/11/07 08:05 AM.
Buggs2008 #190607 23/11/07 09:10 AM
Joined: Oct 2007
Posts: 92
N
Babel fish
Offline
Babel fish
N
Joined: Oct 2007
Posts: 92
on *:ban:#channel: write ban.txt $banmask

Buggs2008 #190631 23/11/07 03:00 PM
Joined: Oct 2007
Posts: 214
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Oct 2007
Posts: 214
Hello,

im more looking for an alias that would read text.txt

with these given values:

address1
address2
address3
address4

then when they join if *! $+ $ial($$1).user $+ @* isin txt file { kick $chan nick }

Last edited by Buggs2008; 23/11/07 03:02 PM.
Buggs2008 #190632 23/11/07 03:11 PM
Joined: Oct 2007
Posts: 92
N
Babel fish
Offline
Babel fish
N
Joined: Oct 2007
Posts: 92
Code:
if ($read(file.txt,w,*word*)) { do stuff }


from lpfix


Link Copied to Clipboard