--mini onconect rules on request --by phatty --make a file in the scripts directory called rules.txt for your rules Bot = "Wolf" RulesFile = "rules.txt" function NewUserConnect(user) readfrom(RulesFile) while 1 do line = read("*a") if line == nil then break end user:SendData(Bot,line) readfrom() end end