Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

WillEH

macrumors 6502a
Original poster
Feb 8, 2011
769
5
United Kingdom
Many years ago (6 years) I started to learn scripting on mIRC, I got the basics of it, but stopped and all these years on I would like to try it again. As most of us know, we can't use mIRC with mac, I have linkius IRC client right now, but as far as I can tell I can't create scripts on it like you could with mIRC. Does anyone know of a client that's similar to mIRC in the sense I can create and test scripts, etc.

For those who might be confused: http://en.wikipedia.org/wiki/MIRC_scripting_language

Thanks ;)
 
Thanks for the reply, I downloaded ircle in the end, but it's tricky. I want to do the same as I could with mIRC, directly be able to edit script and add things on. Seems complicated with mac. If anyone can give me a suggestion. If you understand what I mean. :)
 
Any further information on scripting with mac? finding it extremely hard to even work out where to start...
 
can you script on colloquy?

That's what I'm trying to work out... I'm not sure where to start. on mIRC you can just click a button and start scripting, so when people do commands your account responds. But I'm still clueless how to do it with mac, or any of the IRC programs for mac..
 
That's what I'm trying to work out... I'm not sure where to start. on mIRC you can just click a button and start scripting, so when people do commands your account responds. But I'm still clueless how to do it with mac, or any of the IRC programs for mac..

What do you mean by scripting? Does mIRC contain a built-in editor or something? If you are talking about simply executing scripts that should be possible. In the case of WeeChat, it supports 5 scripting languages and extension modules written in C. It's a terminal program though, and it might not be what you are looking for.

Edit: Here's some examples from colloquy, http://colloquy.info/project/wiki/Documentation/AppleScripting
 
Last edited:
What do you mean by scripting? Does mIRC contain a built-in editor or something? If you are talking about simply executing scripts that should be possible. In the case of WeeChat, it supports 5 scripting languages and extension modules written in C. It's a terminal program though, and it might not be what you are looking for.

Edit: Here's some examples from colloquy, http://colloquy.info/project/wiki/Documentation/AppleScripting

Thanks for the reply.

Yes, mIRC has a built in editer where you can script your own scripts, etc. See my first link to mIRC scripting.

I know of the scripts you can load, but I don't want this. I want to be able to write my own scripts and execute them on the client, which mIRC allows you to do.
 
Thanks for the reply.

Yes, mIRC has a built in editer where you can script your own scripts, etc. See my first link to mIRC scripting.

I know of the scripts you can load, but I don't want this. I want to be able to write my own scripts and execute them on the client, which mIRC allows you to do.

The reason I'm bringing it up is that an inbuilt editor is not a requirement to write your own scripts. Instead you write your scripts with any text editor, then execute them.
 
The reason I'm bringing it up is that an inbuilt editor is not a requirement to write your own scripts. Instead you write your scripts with any text editor, then execute them.

That would do also, but I don't understand how to execute them with mac. :(
 
That would do also, but I don't understand how to execute them with mac. :(

As I recall, with Ircle, the scripts either respond to a message from the server (most often CTCP) or to a slash command from your inputline (which you might be able create a button or keyboard shortcut for). In applescript, you use "on" to specify what to respond to. For example, if your script begins with "on yell …", you would type "/yell" in your inputline to activate the script (there would probably be some sort of argument, I forget all the details of AS). You put the scripts into a specified folder in order to be able to use them.

I believe both Ircle and Snak have instructions and examples for creating scripts on their sites/with the program bundle.
 
As I recall, with Ircle, the scripts either respond to a message from the server (most often CTCP) or to a slash command from your inputline (which you might be able create a button or keyboard shortcut for). In applescript, you use "on" to specify what to respond to. For example, if your script begins with "on yell …", you would type "/yell" in your inputline to activate the script (there would probably be some sort of argument, I forget all the details of AS). You put the scripts into a specified folder in order to be able to use them.

I believe both Ircle and Snak have instructions and examples for creating scripts on their sites/with the program bundle.

I'll check it out, and get back to you. Thanks.
 
Last edited by a moderator:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.