Lockedвяч ђєяэ
huh?!
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.
huh?!
Another one you can use is this... alias afont { set %y $sdir(C:\,Select A Directory) .echo -q $shortfn($findfile(%y,*.ttf,0,if (!$read(test.txt,w,* $+ $1-)) write test.txt $1-)) }
write -ds $+ $did(3).seltext text/filename.txt loadbuf -ro $dname <idhere> text/filename.txt The "loadbuf -ro" command will clear the specified id, and add the text from specified document to the id
on level:text:*.say*:#:msg # $2- That is the only other way to do what you are asking for without stripping the text.
That is because a piece of the code was missing, lol. Sorry about that. alias scanowners { var %s = 1 :next if ($nick(#,%s) isowner #) { if (!$read(accessowners.txt,s,$ial($nick(#,%s)).addr)) { access # add deny $ial($nic...
Just noticed there is n updated version. Have you got version 1.3.7?
Sorry cav, but we cannot help with retrieving passwords, especially if it isn't your account. Even if it is your account we can't help with it as anyone can claim someone elses account is their own. If you don't remember your password yo...
Hmm, don't know how to catch data like that from sockets myself. Maybe someone else can help, but I'll try to get some info, though.
There are two ways to view emoticons. Either through the "Display Images From the Web", or you can select to "Display Images from Directory" from your menu settings. If you choose "Display Images from Directory", it will ask you if you w...
Just now redownloaded kenobi, and did some tests. The NHTMLN updater works fine now. Great job, Ozzy10. Thanks for all your hard work.
You can use something like this... if (!$read(sometext.txt,s,$1-) write sometext.txt $1- Of course this is just a partial code. I don't know exactly what you are needing, but this gives a general idea of what you need to do. This exa...
Do you have %bot_ticket, and %bot_profile set?
Remind me to put dru227 in my nickname, lol/ Just kidding, but seriously with that code people can put dru227 in their nickname, and the script won't kick. Try this... on *:JOIN:#:{ if ($nick == $me) { msg # Yay im here :D } else kick...
lol, that's what I thought before too, webagent. However, there is a dll out there called nicklust believe it or not, lol.
I'm about to make a big update to webchatz5. Be looking for it hopefully within the day. The new WebchatZ will be faster, and have more emoticons. mirc menus are even supported now. No more having to go to the sides of the window in orde...
alias unspec { mode $1 +v $2 msg $1 $2 $+ , your 10 minutes of ST** has expired. You can talk now. :D } on *:DEVOICE:#: .timer. $+ $nick 1 10 unspec $chan $nick Haven't tested this out, but it should work.
This will stop the join floods. Try this... ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;Thank you for using "Knock-B4-Enter" by Warrio...
Okay, if it isn't there go ahead, and reenter your passports email address, and password. Also, after you do that go ahead, and close mirc, and restart.
This will check to see what operating system you are running, and if any of those systems are found will execute whatever commands you wish. The else statement will only activate if said operating systems aren't found, and will execute...
Hey Vegeta. Here is what I've come up with so far. I don't know what you will have for the join code. So, I left that alone for you to fix, lol. Here is the rest... menu * { - Favourites: if ($dialog(faves)) dialog -c faves faves | dia...
VRUpdate seems to be working fine. You can get it from here... VRUpdate Multicon
lol, yw
lol, no problem. by the way, with the previous ff alias you really don't need to specify a directory as it will find the directory for you. All you need to do is specify the filename to search for $ff(nHTMLn_2.95.dll) $ff(mdx.dll) $ff(...
$asc doesn't give all $chr characters, such as ",". However, you can use this alias to list characters for you... alias characters { var %c = 1 :next write characters.txt $chr(36) $+ chr $+ $chr(40) $+ %c $+ $chr(41) = $chr(%c) inc %c...