Script Kicker
Im no expert. I wrote a script kicker. It's available with the connection I made for Buzzen. SoulFly, check it out. There are no ctcp's on buzzen.
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.
Im no expert. I wrote a script kicker. It's available with the connection I made for Buzzen. SoulFly, check it out. There are no ctcp's on buzzen.
Well it works and thats what matters. I like this sort of list to show all fields and not have to use a scroll bar. You definitely have enough real estate. Why squish your list? Scrolling vertically is a given, but I dont think a user...
Did you search? I know this has been covered a few times. Also Rumbaars has a lot of ST help.
Verify what $1 is. It could be font code. on *:text:!test:#:{ msg $chan 1= $1 2= $2 3= $3 4= $4 5- $5- }
I wrote the SoulFly connection for Buzzen to be very easy to connect with. I'd be really surprised if you couldn't connect with it. Moschino drops the ball many times compared.
I like the horses, course I love horses so there you go. Good job Johnson!
Oh thanks, I always get that wrong. Regardless I never use $dname anymore. I always write the static name of the dialog. I figure it is a lot less to evaluate.
Dippy, you missed the bus. Everyone knows SoulFly is all written by me. It's really obvious by now since SoulFly had none of the issues Moschino had with flooding out from text responses ....
SoulFly Error: %#\bsyria does not exist!
That depends on the effect you want. If you type !join #room, mIRC has to be able to see it in a message. You could have your script joined to the room as a regular user, then the command !join #room would cause it to join with a host...
I doubt it will fix it but make sure you have shockwave updated too.
Use the same format as the font code. Here is the one for my room. [style ff:Trebuchet MS;co:#1424E4;b;]Check for Updates! Profle Kicker Released![br][br][style ff:Trebuchet MS;co:#E31424;b;]Download version 1.5 with WebChat![br]http...
I love popups.dll but this is a regular menu you have. From my experience with popups.dll, you will have to put multiple commands in an alias anyways. Warrior did it exactly as I would have. /dll popups.dll AddItem menutitle end...
mIRC connects to many chat networks with no added scripts.
It depends on how you connection is. You may need to activate the connection if you have more than one status window open. /scon or /scid
You open a socket to the file and the server will start sending you the file one line at a time. You just /write this to the file name. /write -c file..mrc first. When it is all finished /load the file. mIRC stores each file in mem...
timer sends the channel name as $1. I dont know your server. If the room names start with % you can try removing the % and adding it when you join.
on *:text:! *:#:{ See the space between the ! & *? That will only respond to: ! paper ! rock ! scissors
Oh sorry, I didn't really understand your question ... or where your question was for that matter. I thought your question was how to get checkboxes in the second column. If your question hasn't been answered please re-ask it. Thanks....
A spell checker useless? It is actually the most requested script I get. I would think a spell checker would be very usefull in a chat room environment.
Point out all you like. I've never seen Vista crash emptying the recycle bin either.
No, it wasn't very funny. But then you joined Rumbaars and said "what's the problem?" and I've been using Opera ever since.
I don't know if this is an issue when using mIRC by itself to connect to Buzzen, but when you use a socket connection, it is up to the creator to route the info to the socket correctly. Most connections don't do this and leave you hangin...
From SoulFly ... raw data:*:{ if ($3 == CMWHISP) && ($window($nick)) { if ($4 == WHISPACCEPTED) { echo 11 -t $nick ... Your whisper with $nick has been accepted. } elseif ($4 == WHISPWNDCLOSED) { echo 11 -t $nick ... $nick ha...
Just copy and paste. That's what I did.