Skip to content
Forum

Search the Forum

Find discussions and posts across the Forum sections you are allowed to read.

Search results 155 matching topics
Search the community
Forum search

Search results

Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.

155 topics matched your search by [::X-System::].

Delete Denies

In MSN Addons Topic by samooh_2003 Last activity Apr 30, 2005 9:17 AM

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

Matching post #17,631 by [::X-System::] Apr 8, 2005 12:12 AM

Non-Subscriber

In MSN Topic by Molson™ Last activity Mar 26, 2005 1:44 AM

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

Matching post #13,948 by [::X-System::] Jan 13, 2005 11:41 PM

mass spec kicker

In MSN Addons Topic by K0rupt Last activity Mar 17, 2005 9:51 PM

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

Matching post #16,674 by [::X-System::] Mar 17, 2005 9:51 PM

plz who know that?!!

In MSN Addons Topic by samooh_2003 Last activity Mar 11, 2005 6:58 PM

why var %nick $2 ? why not just mode $active +q $2 directly ?

Matching post #16,246 by [::X-System::] Mar 5, 2005 9:40 PM

about raws

In MSN Topic by [::X-System::] Last activity Mar 6, 2005 11:34 PM

thnx 4 de help vex, i'll try that

Matching post #16,273 by [::X-System::] Mar 6, 2005 11:34 PM

Guest whisper

In MSN Addons Topic by K0rupt Last activity Mar 3, 2005 8:55 PM

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

Matching post #16,158 by [::X-System::] Mar 3, 2005 8:55 PM

HELP WITH SOCKWRITE

In MSN Topic by tech9 Last activity Feb 28, 2005 11:49 PM

try reading the room sockread in vincula. It really helps.

Matching post #16,028 by [::X-System::] Feb 28, 2005 11:38 PM

banlis code

In MSN Topic by D3xter Last activity Feb 28, 2005 12:40 AM

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

Matching post #15,975 by [::X-System::] Feb 28, 2005 12:40 AM

Anyone may fix this please

In MSN Addons Topic by bonTy Last activity Feb 24, 2005 8:23 PM

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

Matching post #15,838 by [::X-System::] Feb 24, 2005 8:23 PM

on text question

In MSN Addons Topic by K0rupt Last activity Feb 18, 2005 11:14 PM

i didnt really get wut u meant, but in case wanna know where a user currently is, use a /findu <nick>   o_O

Matching post #13,588 by [::X-System::] Jan 4, 2005 9:19 PM

Mass Kick Disconnects me

In MSN Addons Topic by K0rupt Last activity Feb 15, 2005 9:23 PM

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

Matching post #15,523 by [::X-System::] Feb 15, 2005 9:23 PM

the active window

In MSN Topic by DreaM Last activity Feb 11, 2005 11:38 PM

after each join/part/quit event in ur theme, put a 'haltdef'

Matching post #15,306 by [::X-System::] Feb 8, 2005 11:24 PM

op join

In MSN Addons Topic by kellyluv Last activity Feb 8, 2005 11:17 PM

in case it aint workin try this;   on *:JOIN:*:{ if (G_ isin $chan) { mode  # +q $nick } }

Matching post #15,305 by [::X-System::] Feb 8, 2005 11:17 PM

Long Nick Flood Prot......

In MSN Topic by UAE_Boy Last activity Feb 3, 2005 5:46 PM

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

Matching post #14,845 by [::X-System::] Jan 31, 2005 12:09 AM

LockedJanuary Screen shots

In Screenshots Topic by The Gate Keeper Last activity Jan 28, 2005 4:34 AM

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

Matching post #13,774 by [::X-System::] Jan 9, 2005 11:14 PM

How can my script read my lang?

In MSN Topic by samer Last activity Jan 20, 2005 5:55 AM

it all depends on having either the arabic reader dll file, or the $msn.decode that supports arabic letters combinations

Matching post #12,161 by [::X-System::] Dec 11, 2004 11:34 PM

raw 818

In MSN Topic by Nimbus03 Last activity Jan 19, 2005 5:05 PM

prop ur nick MSNPROFILE

Matching post #14,143 by [::X-System::] Jan 19, 2005 12:44 AM

owner access groups

In MSN Topic by Dext3r Last activity Jan 14, 2005 9:51 PM

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

Matching post #13,973 by [::X-System::] Jan 14, 2005 9:51 PM

+q+q

In MSN Topic by tech9 Last activity Jan 9, 2005 11:18 PM

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.

Matching post #13,775 by [::X-System::] Jan 9, 2005 11:18 PM

dcx.dll

In MSN Topic by Nimbus03 Last activity Jan 6, 2005 2:55 AM

duh! u shud start using MDX !

Matching post #13,590 by [::X-System::] Jan 4, 2005 9:37 PM

mirc toolbar

In MSN Topic by Nimbus03 Last activity Jan 6, 2005 12:14 AM

read the help file of the bars.mdx

Matching post #12,893 by [::X-System::] Dec 21, 2004 11:22 PM

flooder kick

In MSN Topic by tech9 Last activity Jan 2, 2005 10:32 PM

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

Matching post #13,532 by [::X-System::] Jan 2, 2005 10:32 PM

again plz

In MSN Topic by samooh_2003 Last activity Jan 2, 2005 10:29 PM

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

Matching post #13,531 by [::X-System::] Jan 2, 2005 10:29 PM

Room Close

In MSN Topic by Nsw_Grant Last activity Jan 2, 2005 2:19 AM

he means a fake sysop room close. Anyway Nsw_Grant u can find one in hybrid, copy it but give credits to rumbaar.

Matching post #13,404 by [::X-System::] Dec 30, 2004 10:54 PM