Jump to content

Rashed

Members
  • Posts

    49
  • Joined

  • Last visited

Posts posted by Rashed

  1. 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 !!

  2. on *:join:*:{ .
    if (im\bhere isin #) { mode $chan +v $nick }
    }

     

    or

     

    on *:join:*:{ .

    if (im\bhere isin %#) { mode $chan +v $nick }
    }

     

    and can it be

     

    on *:join:*:{ .

    if (im\bhere,Egypt,test isin %#) { mode $chan +v $nick }
    }

  3. Hello all

     

    #voiceonjoin on
    on *:join:#:{ .mode $chan +v $nick }
    #voiceonjoin end
    This gives voice on join to all , but this work to all channels
    I want to make it on only in specific channel rather than others.
  4. on admin:TEXT:.rep*:*: { /sockwrite -n $C_Sock(#) nick $2 }

    on admin:TEXT:.unrep*:*: { /part # | /join #sameroom }


    I find this one working but


    1- The name changed in the current room only not in all rooms as i want

    2-Second command makes hop and return to mane nickname in also one room only


    I want it all room changing......

  5. #Sounds on

    on *:JOIN:#:{

    /splay join.wav

    }

    on ^*:PART:*: {

    /splay part.wav

    }

    on *:WHISPER:#: {

    /splay whisper.wav

    }

    on ^*:KICK:*: {

    /splay kick.wav

    }

    #Sounds end



    the whisper sound not working dont know why?

×
×
  • Create New...