
The Editor
The savIRC Editor is where you can view your scripts source code. You can make changes to the code, and the change will immediately be available to test or use. The Functions window is where most commands are located. The Events window is where commands are used to interact with events that happen on or with savIRC. The Popups, is a place where you can graphically (no Tcl/Tk programming experience needed) can change and modify your popup menu's.
Editor - Toolbar.
Editor - Toolbar
The tool bar defined. From left to right. Save the current file, Add a new command, Cut the selected text, Copy text, Paste text, and open a new file. The Plus icon, which adds the new commands, changes depending upon which Tab is in focus. Meaning, if the Functions window is in focus, then the Add button, will show you the correct dialog to add a new function. Whereas if the Event window was in focus, the Add button, would show you the different types of Events you can use.
Editor - Add Function.

Editor - Add Function
This is the window that you will see, when you press the Plus icon, when the Functions window is in focus. You must enter a name for the function and at least one argument.
Editor - Add Event.

Script Center - Add Event
This is the window that you will get, when you press the Plus Icon, when the Events window is in focus. Press the down-arrow to select what type of event you want, and then if you want it to be network specific, select which network you want it active for. If you want it to work on all networks, leave it empty.