Skip navigation.

exploreopera

| Help

Sign up | Help

Code Bin

Code for the people

avatar

"Simple" Template

Here is a template I made, it's very simple, easy to customize.

Screenshot Link

simple.zip
avatar

Simple Stickies for mIRC

Here is a small script that shows a sticky window. A sticky window is a small text editor like window where you can write small things that you need to remember and such.

Load this script into your remotes and type /sticky to open the sticky window.

alias sticky { if (!$dialog(sticky)) { dialog -dmo sticky sticky } }

dialog sticky {
  title "Sticky"
  size -1 -1 150 150
  option dbu
  edit "", 1, -1 -1 151 151, multi
}

ON *:DIALOG:sticky:INIT:*: { did -a sticky 1 Put your notes here, Ctrl + Enter to line break }
avatar

Welcome to the Code Bin

Welcome, this is a group that shares scripts with the community. Doing so helps people new to programming, people looking for that single script, and people interested in expanding their knowledge on programming.