I will start with the one I just noticed I didn't have today and quickly wrote. No doubt this has been made by many authors before, but I did make it on my own and would like to share. I will update this post as I find myself using more simple things such as this.
How to use these:
If the 'code' part begins with "/alias", copy+paste that line in to any open mIRC window with an input box. Upon successful completion, you should get a message saying either "Added X alias" or "Updated X alias", X being the name of the alias (in this example, the alias name is topic). If it looks like code which does not have a / or /alias at the beginning, then you insert it by hitting alt+r for remote editor, and then add it to the bottom of the text (if any) in the window that alt+r brings up.
[copy or print]
/alias topic if (!$isid) { if ($1) topic $$1- | else echo -a $chan(#).topic } | else topic $1-
/alias topic if (!$isid) { if ($1) topic $$1- | else echo -a $chan(#).topic } | else topic $1-
Explanation: If you type /topic without anything else, it will echo to you the current topic. If it is called as an identifier (is this even possible?) it will act as normal. If you type /topic with anything after it, it will act as standard mIRC would act.






Logged
