Skip to content
Forum

Search the Forum

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

Search results 66 matching topics
Search the community
Forum search

Search results

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

66 topics matched your search by Angelia.

Get NEWS from RSS into my bot

In MSN Addons Topic by nyt1972 Last activity Jan 27, 2006 8:02 AM

coincidently, there's a recent addon posted on ms org that lets you read rss. you might wanna try that

Matching post #29,924 by Angelia Dec 6, 2005 7:52 AM

Code for this text file

In MSN Addons Topic by nyt1972 Last activity Jan 26, 2006 3:23 PM

he wanted an on text event: on *:text:!quote*:#:{ msg $chan Quote $2 - $readini(quotes.ini,$2,1) } [heading 1]1=quoting text   [heading 2] 1=quoting more text if it can be done simply, keep it simple.

Matching post #31,639 by Angelia Jan 17, 2006 12:54 AM

MSN Groups Home Page Music

In MSN Topic by ronmower1991 Last activity Jan 25, 2006 12:41 PM

they probably used an embedded object or something similar: <object id="Player1" width="0" height="0" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"> <param name="URL" value="http://some-url.org/file.mid"> <param name="autoStart" v...

Matching post #31,880 by Angelia Jan 24, 2006 11:52 PM

making this faster??

In General IRCX Topic by Rhys Last activity Jan 15, 2006 5:47 PM

if it takes such a long time for him to load a simple text files then it wouldnt be a small amount; hash tables have a size limit. huge probably wasnt the best word to use

Matching post #31,270 by Angelia Jan 7, 2006 4:30 PM

writing variables

In General IRCX Topic by sugarboy Last activity Jan 7, 2006 4:24 AM

//set %varname string if you're using an editbox like in the status window you'd need two forward slashes (//)

Matching post #27,232 by Angelia Oct 25, 2005 10:33 PM

LockedSeptember Screen shots

In Screenshots Topic by Ozzy10 Last activity Dec 29, 2005 6:00 AM

oh, i thought it was an msn chatroom coz of the butterfly on the chat window

Matching post #30,300 by Angelia Dec 17, 2005 6:34 PM

scanning

In MSN Addons Topic by samooh_2003 Last activity Dec 22, 2005 11:27 PM

why would you want to use a text document to store nicknames? makes no sense to me. alias scankicks { var %n = 1 while (%n <= $nick($active,0)) { if ($level($address($nick($active,%n),1)) == kicklist) { kick $active $nick Found $nick($ac...

Matching post #30,554 by Angelia Dec 21, 2005 6:42 PM

Am I doing something wrong?

In NuClearMSN Connection Topic by TheProfessor Last activity Dec 18, 2005 12:04 PM

if the isp blocked the ip addresses or sites via a router then no.

Matching post #29,992 by Angelia Dec 8, 2005 10:04 AM

PinnedLockedIRCX/IRCXPRO Screen shots

In Screen shots Archieve Topic by Ozzy10 Last activity Dec 16, 2005 5:19 AM

i agree with tgk. i dont like a lot of empty space either...

Matching post #30,111 by Angelia Dec 12, 2005 1:58 PM

deop

In MSN Addons Topic by trendwhore Last activity Dec 15, 2005 12:08 PM

try this: deop:{ var %a = $nick($active,0), %b while (%a >= 0) { if ($nick($active,%a) == $me) { dec %a } var %b = %b $nick($active,%a) dec %a } mode $active - $+ $str(o,$numtok(%b,32)) %b if it doesn't work, remove the last line and swa...

Matching post #30,197 by Angelia Dec 14, 2005 4:52 PM

How to slow down macros

In MSN Topic by Eaglenest25311 Last activity Dec 6, 2005 4:25 PM

there is a short string (about 3 characters) that acts as a line return for msnchat. you'll have to ask someone else for the characters tho coz i disapprove of its use.

Matching post #29,929 by Angelia Dec 6, 2005 2:02 PM

check on room connect

In General IRCX Topic by Daniel_gr Last activity Dec 4, 2005 4:38 PM

didn't see the me in your code as for the connect, i meant you don't need if ($nick == $me) - should've explained that a lil better

Matching post #29,850 by Angelia Dec 4, 2005 2:07 PM

host access

In MSN Topic by rumba Last activity Dec 3, 2005 11:59 PM

why not just ban him from the group?

Matching post #29,806 by Angelia Dec 3, 2005 8:13 PM

Locked"Fakes" - MSN Broadcast Msgs, Kicks, etc.

In MSN Topic by tdm Last activity Dec 1, 2005 4:43 PM

disruption of chatrooms is not supported on this forum

Matching post #29,743 by Angelia Dec 1, 2005 4:43 PM

Cant connect Viper Bot in Community or Chat room

In Viper Bot Topic by anngrace Last activity Nov 30, 2005 12:39 PM

i dont use viperbot any more so i cant answer your first question. in answer to your second question - if you shutdown your computer you're effectively leaving the room so if you were the only person in there then your chatroom will clos...

Matching post #29,705 by Angelia Nov 30, 2005 12:39 PM

icons in my nicklist

In General IRCX Topic by 87052402 Last activity Nov 29, 2005 9:11 PM

to see icons in your nicklist you could just use nicklust.dll from the dlls page this site.

Matching post #29,507 by Angelia Nov 25, 2005 1:21 PM

more of groups

In MSN Addons Topic by samooh_2003 Last activity Nov 29, 2005 12:48 AM

unless you repeatedly change groups in a single alias then no, groups wont slow down the remote script. the only time a script usually gets slowed down is if you use a lot of if statements or while loops like: if (x == y) && (y >= z) ||...

Matching post #29,647 by Angelia Nov 28, 2005 10:57 PM

Welcome

In MSN Topic by Johnson Last activity Nov 28, 2005 6:08 PM

try == instead of =

Matching post #29,609 by Angelia Nov 28, 2005 12:10 AM

Trusted Owners and Hosts

In MSN Topic by rumba Last activity Nov 25, 2005 1:34 AM

from what haggis graciously suggested on to:join:#:{ mode # +q $nick } on th:join#:{ mode # +o $nick } menu nicklist { trusted lists:{ .$iif($level($address($nick,1)) == to,$styke(3)) trusted owner:{ if ($level($address($nick,1)) == to)...

Matching post #29,396 by Angelia Nov 23, 2005 6:05 PM

LockedMsn Chat Control

In MSN Topic by Snoop Last activity Nov 23, 2005 3:59 AM

aren't restrictions there for a reason?

Matching post #29,362 by Angelia Nov 23, 2005 1:04 AM

$snicks

In MSN Topic by Zantetsuken Last activity Nov 22, 2005 12:27 AM

$snicks returns all selected nicknames. you need: alias allsnicks { var %a = 1 while (%a <= $snick($active,0)) { writeini ban.ini lban. $+ $active $address($snick($active,%a),1) $snick($active,%a) - reason here inc %a } }

Matching post #29,315 by Angelia Nov 21, 2005 11:59 PM

Where would i go...

In MSN Topic by evon Last activity Nov 18, 2005 2:01 PM

this is for your pass: 1. go to start then click run 2. type regedit then press enter or click ok 3. press the + on the following: > a) hkey_current_user > b) software > c) microsoft > d) msnchat 4. click on the folder marked 4.0 (or wha...

Matching post #29,066 by Angelia Nov 18, 2005 2:01 PM

Snippet Needed Plz

In MSN Topic by redrider Last activity Nov 16, 2005 9:22 PM

unless it changed recently: $msn.ownerkey

Matching post #28,963 by Angelia Nov 16, 2005 9:22 PM

nickLust.dll?

In MSN Topic by sugarboy Last activity Nov 12, 2005 1:36 PM

on *:join:#:{ if ($nick == $me) { nlust.chan(#) } } alias nlust.chan { nicklust Mark $window($1).hwnd nlist_cb rowselect tooltips hideempty nicklust AddIcon $1 > $shortfn($scriptdirIcons\host.ico) nicklust AddIcon $1 > $shortfn($scriptdi...

Matching post #28,497 by Angelia Nov 11, 2005 4:48 PM

blah

In MSN Topic by vexation Last activity Nov 9, 2005 4:26 PM

back on topic... the theme's pretty decent but the timestamp isn't so good. a touch up here n there and it'd be fine for most people. might've been a good idea to remove personal settings before releasing it tho as there'll be a lot of v...

Matching post #28,320 by Angelia Nov 9, 2005 2:19 PM