Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

MIRC scripting language

< >

MIRC scripting language is an open source programming language created in 1995 by Khaled Mardam-Bey.

#987on PLDB 29Years Old
Homepage · Wikipedia

The mIRC scripting language, often unofficially abbreviated to "mSL", is the scripting language embedded in mIRC, an IRC client for Windows.. Read more on Wikipedia...


Example from hello-world:
echo -a Hello World
Example from Wikipedia:
;Placed in a remote script ;When a user types Hello! in a channel, ;you answer back: Hello, [nickname]! on *:TEXT:Hello!:#:{ msg $chan Hello, $nick $+ ! } ;When a user types Hello! in a private message, ;you answer back: Hello, [nickname]! on *:TEXT:Hello!:?: { msg $nick Hello, $nick $+ ! } ;Here is a script which automatically gives voice to a user ;who joins a particular channel (The Bot or user should have HOP) on *:JOIN:#?: { mode $chan +v $nick } ;A bad word script on *:Text:die*:#: { .mode $chan +b $nick | kick $chan $nick Dont say that again }

Language features

Feature Supported Example Token
Print() Debugging ✓ echo
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll