182 topics matched your search
by vexation.
clearmsn assumes you know what the key is (otherwise you wouldnt be using the /pass command). use /pass <key> or //mode $me +h <key> if you want the window, make an alias for the /pass command... alias pass { if ($1) pass $1 else pas...
Matching post #11,469 · by vexation · Nov 23, 2004 8:55 PM
send that code exactly as you see it there, in ascii.
Matching post #11,316 · by vexation · Nov 20, 2004 10:44 PM
if the vincula file is unedited, you can replace it with ClearMSN, which will create rooms (both subscription and groups).
Matching post #11,315 · by vexation · Nov 20, 2004 10:42 PM
couple of suggestions.. 1. make a @window and echo *everything* the socket receives into that window. that way, you will be able to visually see what page the script is going to, and probably why you're not going to the right page. 2...
Matching post #11,261 · by vexation · Nov 20, 2004 1:16 AM
Kenobi was designed for Groups rooms only.
Matching post #11,091 · by vexation · Nov 16, 2004 5:08 PM
as a bona-fide expert, my professional advice is: use ClearMSN. this has nothing to do with the fact that i made ClearMSN.
Matching post #11,096 · by vexation · Nov 16, 2004 7:09 PM
should work okay. the join tags obviously will only show up on the channel socket, tho. i dont know what, if any, good it does to set the version to irc8 on the lookups. but i do it anyway.
Matching post #10,938 · by vexation · Nov 13, 2004 9:12 PM
THE ABOVE INFORMATION IS OUTDATED. YOU DON'T HAVE TO WORRY ABOUT USING THE $MI IDENTIFIER WITH VERSION 5.4 OR NEWER.
Matching post #10,891 · by vexation · Nov 12, 2004 10:47 PM
You can't download or register the chat control unless you're on an administrator user account.
Matching post #10,805 · by vexation · Nov 11, 2004 1:26 AM
5.4? dammit just what i needed something to re-edit But looked at it have one prob though with the cmsn theme. anyway to change the nick color? dark blue doesnt work too well on a black background. if you want to change the color but kee...
Matching post #10,684 · by vexation · Nov 8, 2004 8:41 PM
do a search in c54x.mrc for 10Access List there should only be one instance of it, and just remove the color codes. note: that's 10Access<$chr(160)>List
Matching post #10,351 · by vexation · Oct 29, 2004 7:29 PM
hey vex when is it out? when its been tested out fully. i hate releasing little updates every 2 days, so im going to get the next release to go at least a week before it needs fixed ...actually, itll be as soon as possible.
Matching post #8,853 · by vexation · Oct 2, 2004 7:47 PM
get it from the source: http://www.dim-bulb.net/~dragonzap/dlls/
Matching post #9,782 · by vexation · Oct 20, 2004 2:04 AM
just ban all guests. tell the webbies you're sorry (they should just break down and get a pc anyhow), but you have to make a choice between the security of your room and allowing them in there. which is the choice you're pretty much face...
Matching post #10,080 · by vexation · Oct 25, 2004 5:17 PM
Anyone thought of: on *:dialog:dname:*click:id:{ if ($devent == sclick) { command | halt } elseif ($devent == dclick) { command | halt } if ($devent == rclick) { command | halt } else { echo -a Congratulations, you just found a click tha...
Matching post #9,913 · by vexation · Oct 22, 2004 6:12 PM
that bug is, yeah, annoying. next version (5.4, release a.s.a.p.) should take care of it. for now: don't join with an ascii-encoded nickname (funky characters), and add an access entry such as: //access $chan add deny *dumnogenius*!*@* 0...
Matching post #9,919 · by vexation · Oct 22, 2004 9:52 PM
I hope you fixed the webchat disappearing after using your connection yep, yep. one of the first things actually.
Matching post #9,912 · by vexation · Oct 22, 2004 6:10 PM
how to do it in 3 easy steps: 1. Switch 2. To 3. ClearMSN
Matching post #9,802 · by vexation · Oct 20, 2004 7:27 PM
bars.mdx is an mdx file that gives you different controls. what i mean is that instead of docking the dialog with ktools, use rebar for that. its available in the tg downloads section, under MSN/IRC>dlls, etc... i had the same problem...
Matching post #9,780 · by vexation · Oct 20, 2004 12:02 AM
gee i'm glad i could be of so much help to all these scripts that compete with clearmsn. jk
Matching post #9,631 · by vexation · Oct 13, 2004 2:53 AM
alias creategroup { sockwrite -n findsserv NICK $me sockwrite -n findsserv PROP $ ROLE : $+ %role sockwrite -n findsserv CREATE UL %createchan %topic l $r(5,99999) EN-US 1 $r(3,999) 0 } you forgot the $+ in the prop command. other...
Matching post #9,539 · by vexation · Oct 11, 2004 9:30 AM
another thing you should know about grant entries is that if you have anybody listed as 'Grant' in the room's access list while there are no 'Deny' entries, it will ban everyone who isn't listed as 'Grant' or higher. the server assumes y...
Matching post #9,225 · by vexation · Oct 7, 2004 7:15 PM
gwen: you can use $me with clearmsn now, as long as your script doesn't have an encoded nickname. ozzy: $me will return the encoded form of your nickname, there's no way i can change that. you can't make an alias that overrides a built...
Matching post #9,135 · by vexation · Oct 6, 2004 1:49 AM
1. i dunno about the bot helper thing 2. no, guarddog doesn't create rooms at this time (because vincula doesnt) 3. it means that if somebody on your "Admin" user list in the script says the word "!deowner" it will take away the gold ham...
Matching post #8,988 · by vexation · Oct 4, 2004 8:17 AM
keep in mind im just kind of making this one up... VINCULA #noguests on on *:JOIN:#:{ if (>* iswm $nick) { inc -u2 %ng. [ $+ [ $right($chan,-1) ] ] if (%ng. [ $+ [ $right($chan,-1) ] ] == 6) { access $chan add deny >* 45 :Guest Flood n...
Matching post #8,854 · by vexation · Oct 2, 2004 8:26 PM