Examples: Mirc Script

Aliases allow you to create short commands for long or repetitive text strings, similar to a macro. Personal Info Shortcut: Instead of typing your intro repeatedly, you can define alias myd /me is a 32-year-old user from London. Use code with caution. Copied to clipboard Multi-Command Alias: character to chain multiple actions together. alias enter /me walks into # Use code with caution. Copied to clipboard 3. Channel Security & Moderation

on *:INPUT:*: .timeridle off .timeridle 1 600 away Auto-away after 10 min idle mirc script examples

; Place in Remote, then run once: /startgreeting alias startgreeting .timerhour 0 3600 msg #mychannel Don't forget to check our weekly event calendar! Aliases allow you to create short commands for

This shows how to accept arguments using $1- (meaning "first word through last word"). Copied to clipboard Multi-Command Alias: character to chain