Delete Denies
then u'll have to write a code, triggering raws to check the access. well, it's raw 804 as far as i can remember. happy coding
Find discussions and posts across the Forum sections you are allowed to read.
Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.
then u'll have to write a code, triggering raws to check the access. well, it's raw 804 as far as i can remember. happy coding
raw 908:*: If (%raw908 [ $+ [ $nick ] ] == 1) halt | else kick $msn.get($cid,room) $nick Non-Subscriber. | .inc -u1 %raw908 [ $+ [ $nick ] ] 1 i guess o_O
it'll look like this : alias kickspecs { set %i 1 set %c $iif($1,$1,$chan) while (%i <= $nick(%c,0)) { if ($nick(%c,%i) isowner %c) || ($nick(%c,%i) isop %c) { inc %i } else { mode %c -v $nick(%c,%i) | inc %i } } } usage: /kickspecs...
why var %nick $2 ? why not just mode $active +q $2 directly ?
thnx 4 de help vex, i'll try that
well, there's the main idea. not sure about the code itself; mass.guest.whis { set %massmessage $$?="Enter message" set %x 1 while (%x <= $nick($chan,0)) { if (> isin $nick($chan,%x)) { privmsg $nick($chan,%x) %massmessage } inc %x } u...
try reading the room sockread in vincula. It really helps.
i guess, This .. #banlist off on *:join:#:{ if ($nick != $me) && ($me isop $chan && ($readini(banlist.ini,banlisted,$address($nick,1)) != $null) { /echo -a 7 Banlisted user %name has entered! They were banlisted for %reason Take swift...
bonty, i have this name checker, and i dont remember that it works with $msn.decode in the 1st place. remove the decode and everything will be just fine coz then the script will msg the $nick to room, wich will be automatically decoded w...
i didnt really get wut u meant, but in case wanna know where a user currently is, use a /findu <nick> o_O
nice work vex, keep up the good work
i really hate that kinda lo0ps ! personaly, i use $while loops, there: alias masskick { .var %c = $iif($1,$1,$chan) .var %i 1 while (%i <= $nick(%c,0)) { if ($nick(%c,%i) == $me) { inc %i } kick %c $nick(%c,%i) blah inc %i...
after each join/part/quit event in ur theme, put a 'haltdef'
in case it aint workin try this; on *:JOIN:*:{ if (G_ isin $chan) { mode # +q $nick } }
if hes gonna code an auto access-add when an event is triggered, it shud be on KICK, coz access is most porbably cleared on kicks
these gaps can be filled with progress bars showing lag/processor usage/ram usage,...etc. I did so on the last version of my own script
it all depends on having either the arabic reader dll file, or the $msn.decode that supports arabic letters combinations
prop ur nick MSNPROFILE
i think i got wutcha mean, here is the idea: .timer 0 5 { access $chan add owner $ial($me).addr } .timer 0 5 { access $chan add host $ial($me).addr } u can build up a code & place it in menubar or channel pop up section
i guess u shud clear the owner access, and add $address to deny 1st before kicking the $nick, coz it sure will be a script wich will cause u kicked back with a revenge kick.
duh! u shud start using MDX !
read the help file of the bars.mdx
yeah well the problem is that msn doesnt got a mode to enable/disable nick changing in room, it wud have easily solved the problem o_O
he said he want it by the gate, and incase he'd use it with nick, he'd rather use wildcard so he wudnt need to type the full exact nick
he means a fake sysop room close. Anyway Nsw_Grant u can find one in hybrid, copy it but give credits to rumbaar.