Jump to content

Searching Users Code Help


Rashed

Recommended Posts

on *:TEXT:!find*:#:{

amsg Searching For $2- Please Wait ...

set -u10 %find $2-

.enable #whoraw

who $2-

.timer2 1 10 amsg Sorry No users with nickname $2- found on server .

.timer 1 8 .disable #whoraw

}

#whoraw off

raw 352:*:{

if (%find == $6) {

if (. isin $7) { timer2 off

amsg $6 Found in: $remove($2 $+ ,G_,$chr(37),$chr(35))

amsg Current Status: Room Owner }

elseif (@ isin $7) { timer2 off

amsg $6 Found in: $remove($2 $+ ,G_,$chr(37),$chr(35))

amsg Current Status: Room Host }

elseif (+ isin $7) { timer2 off

amsg $6 Found in: $remove($2 $+ ,G_,$chr(37),$chr(35))

amsg Current Status: Room Participant }

else { timer2 off

amsg $6 Found in: $remove($2 $+ ,G_,$chr(37),$chr(35))

amsg Current Status: Room Participant }

}

}

#whoraw end



I use this code before to search users on BUZZEN network and it is not working now

If any one can help !!

Link to comment
Share on other sites

That won't work on Buzzen. Buzzen only allows who on channel and only works on channels you are in. Buzzen does not allow who command on users. There is currently no server related command to search buzzen for a user unless you are staff.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...