QuoteOriginally posted by night_hawksomething like this??
hi i am looking for a pm-to-ops program can someone help me out please...
function DataArrival(user, data)
if user.iProfile <=1 then
data=strsub(data,1,strlen(data)-1)
local s,e,cmd = strfind(data,"%b<>%s+(%S+)")
if cmd == "!pmops" then
s,e,msg = strfind(data,"%b<>%s+%S+%s+(.+)")
SendPmToOps(user.sName, msg.."|")
end
end
end
plop