--//HubJump --//Additional Scripting Help By Piglja --//June 1st 2003 botname = " " hubA = "forgottenrealm.dyndns.org" hubB = "hideout.dyndns.org" hubC = "RPGW.dyndns.org" hubD = "anime-divx.dyndns.org" hubE = "cartooncartoon.no-ip.org" hubF = "black-gryphon.no-ip.com" hubsA = "!hubA" hubsB = "!hubB" hubsC = "!hubC" hubsD = "!hubD" hubsE = "!hubE" hubsF = "!hubF" cmd = "!jump" function DataArrival(user, data) if (strsub(data, 1, 1) == "<") then data = strsub(data,1,strlen(data)-1) if (strfind(strlower(data), strlower(hubsA))) then user:SendData(Bot, "Redirecting to: "..hubA.."") user:SendData(botname, "Redirecting to: "..hubA.."|$ForceMove "..hubA.."|") elseif (strfind(strlower(data), strlower(hubsB))) then user:SendData(Bot, "Redirecting to: "..hubB.."") user:SendData(botname, "Redirecting to: "..hubB.."|$ForceMove "..hubB.."|") elseif (strfind(strlower(data), strlower(hubsC))) then user:SendData(Bot, "Redirecting to: "..hubC.."") user:SendData(botname, "Redirecting to: "..hubC.."|$ForceMove "..hubC.."|") elseif (strfind(strlower(data), strlower(hubsD))) then user:SendData(Bot, "Redirecting to: "..hubD.."") user:SendData(botname, "Redirecting to: "..hubD.."|$ForceMove "..hubD.."|") elseif (strfind(strlower(data), strlower(hubsE))) then user:SendData(Bot, "Redirecting to: "..hubE.."") user:SendData(botname, "Redirecting to: "..hubE.."|$ForceMove "..hubE.."|") elseif (strfind(strlower(data), strlower(hubsF))) then user:SendData(Bot, "Redirecting to: "..hubF.."") user:SendData(botname, "Redirecting to: "..hubF.."|$ForceMove "..hubF.."|") elseif (strfind(strlower(data), strlower(cmd))) then user:SendData(botname, "----------------------------------------------------------------------------") user:SendData(botname, "Hub Affiliates Of 420 £ñ+érÞ®¡šè§™") user:SendData(botname, "----------------------------------------------------------------------------") user:SendData(botname, "Type These Commands In Main Chat:") user:SendData(botname, "----------------------------------------------------------------------------") user:SendData(botname, "!hubA - let's U connect to "..hubA.." You Are Here Already :)") user:SendData(botname, "!hubB - let's U connect to "..hubB.." PRIVATE See §mokey420 for Details") user:SendData(botname, "!hubC - let's U connect to "..hubC.."") user:SendData(botname, "!hubD - let's U connect to "..hubD.."") user:SendData(botname, "!hubE - let's U connect to "..hubE.."") user:SendData(botname, "!hubF - let's U connect to "..hubF.."") user:SendData(botname, "----------------------------------------------------------------------------") end end end