DALop, the DALnet operator script by Wizzu This file: 12th May 1996 Purpose: This script is mostly meant to make the operator specific output look nice, and eliminate all excess and unwanted information. Some basic commands are provided, but mostly it's left to the user to make up any aliases for global notices and the like. General info and background: DALop is composed of 2 files: DALop which is the actual script files, and DALop.load, the loader. DALop.load has all the extra commands from WizIrc (my own script) that are used inside DALop. This is so that I don't have to maintain separate version of DALop for my own script and standalone functionality. You need to load just the DALop.load script, it needs to be loaded first and will load DALop automatically. Of course this assumes DALop is in your load path or in your home dir. (Hint: by default, ircII puts a directory ~/.irc in the load path too, so you can make a directory called that and put all your scripts there.) Commands: - kline: used to place temp klines on a server (just a simple /quote kline) - unkline: similar to above - globops: send a GLOBOPS message - iops: /who -operator 0, shows all IRC Ops online - show: control shown message types, see below - wallops: aliased to globops (globops preferred), use //wallops to send real wallops if you must - c: alias to connect - die: aliased to prevent accidentally die-ing a server, only displays a message to use terminateserver - terminateserver: alias to /quote die How to use /show: All show options are OFF by default. (The script doesn't touch the variables which define if an option is on or off when loading.) After loading, type /show with no parameters to see show "types" or "groups". Use /show ON to turn on a type of messages. Use /show OFF to turn off a type of messages. Actually, you can do /show - instead of using OFF, and anything else counts as ON. Even just /show means turn the option ON. Ideally, you would change your .ircrc to first /load DALop.load and then issue the /show ON commands for the types of messages you want to see. BTW, show is not just limited to DALop, it's general script used here (see the DALop.load and DALop source if you're interested). Show types: - collkills: collision kill messages, doesn't include collisions from services - servkills: most Services kill messages (such as nick enforce, ghost, recover, hostile username) - kills: operator kills - autokills: Services autokills - clients: client connect/exit notices, too many connections - net: net status reports (such as splits and connects) - hacks: hack messages, warnings about server attempts, failed oper attempts Anything NOT covered by these types is shown and cannot be turned off (yet), such as operator globops/wallops or Services globops. Hope this will help you to see only what you want to see of the operator messages, it certainly has helped me. Wizzu