-- Bot Info --¨~”°o•Hawk•o°”~¨ 09-3-2004 -- made less bandwidth consuming by plop -- added support for endless amount of bots/descriptions by plop bots = { ["-Echo-"]="Privizz rám, és !help parancs", -- ["BotName"]="description ["the_next"]="something else" } --descr = "Privizz rám, és !help parancs" -- Set Description gb = 1001 -- Bot Share ( 0 share ) speed = "Echo" -- set speed here size = 1 * 1024 * gb email = "echoeshub@vipmail.hu" -- Set Email addy function NewUserConnected(user) for a,b in bots do user:SendData( "$MyINFO $ALL "..a.." "..b.."$ $"..speed..strchar( 1 ).."$"..email.."$"..size.."$|" ) end end OpConnected = NewUserConnected