Get NEWS from RSS into my bot
coincidently, there's a recent addon posted on ms org that lets you read rss. you might wanna try that
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.
coincidently, there's a recent addon posted on ms org that lets you read rss. you might wanna try that
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.
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...
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
//set %varname string if you're using an editbox like in the status window you'd need two forward slashes (//)
oh, i thought it was an msn chatroom coz of the butterfly on the chat window
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...
if the isp blocked the ip addresses or sites via a router then no.
i agree with tgk. i dont like a lot of empty space either...
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...
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.
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
why not just ban him from the group?
disruption of chatrooms is not supported on this forum
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...
to see icons in your nicklist you could just use nicklust.dll from the dlls page this site.
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) ||...
try == instead of =
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)...
aren't restrictions there for a reason?
$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 } }
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...
unless it changed recently: $msn.ownerkey
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...
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...