mirc 6.12
Send me a private msg in dutch .... I'll help ya.
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.
Send me a private msg in dutch .... I'll help ya.
Yeah read the mirc cookbook ...
I only looked at oosho's post , ah well doesn't matter :-)
or on join write .... on text write ... on kick write ....
I was talking to rancid johnson
I like the eventshandling in ircvers7.
Msn is overwriting your text o.O , strange.
Look around i'm sure you'll find them. If not , write the nickname you want to be in your list to a inifile .. and then when it joins $readini aop.ini ....
You dont need sockwrites for ownering :s on Admin:text:*!+q:#: mode # +q $nick
Never seen anyone so lazy as jagie_259.
If i get permission from some of the script creators i would be happy to update a few to dogcollar?
There is a very simple solution don't owner no one you don't trust.
You mean like a chat window ? Use picwin...
Haha don't go there
here it works perfectly, i've tested it on a plain mirc 6.17 and it works
$read(joke.txt)
you can use readini
$command(text)
bad luck
on *:join:#:{ timermsg 1 0 blablablabla timermsg 1 1 hehe } ;timermsg means it will message with a timer , the first number is how many times you want it to be said , and the second one are the seconds
on *:sockclose:socknamehere: { sockopen sockname } and put autojoin on connect on , in your options => irc
alias mass.voice { %i = 0 %nicks = "" :nextnick inc %i if ($nick(#,%i) == $me) { inc %i } if ($nick(#,%i) == $null) { if ($len(%nicks) > 0) mode # +vvvvvv %nicks | halt } %nicks = %nicks $nick(#,%i) if (6 // %i) { mode # +vvvvvv %nicks |...
; /update ; then enter the account & password (if it prompts you) alias update { if (!$exists($+(",$scriptdir,nHTMLn_2.95.dll,"))) { echo -es * You need the nHTMLn_2.95.dll in order for this to work return } window -p @update dll $+(",$s...
msn has changed the way to log in ... Yes the new Nuclear click here
indeed , easy and not as much code ^^