mIRC Homepage
Posted By: Buggs2008 Banlist - 23/11/07 08:04 AM
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
Posted By: nomer2007 Re: Banlist - 23/11/07 09:10 AM
on *:ban:#channel: write ban.txt $banmask
Posted By: Buggs2008 Re: Banlist - 23/11/07 03:00 PM
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 }
Posted By: nomer2007 Re: Banlist - 23/11/07 03:11 PM
Code:
if ($read(file.txt,w,*word*)) { do stuff }


from lpfix
© mIRC Discussion Forums