Skip to content
General IRCd

Searching Users Code Help

A TG007 community discussion started by Rashed.

Discussion 3 posts
Page 1 of 1
Open
Topic #16248 · 3 published posts · 1,476 views
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 !!

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.

Edited Jan 3, 2016 4:31 PM by err0r

Get information about ircWx here

Ok , thank you