
|
The following XChat script is free to use as you see fit, as long as you don't claim it as your own.*
- Show All Channels
- Version: 001
- Description: Show all messages from all channels in a separate tab. Messages
will be displayed as if sent from the user, however will be appended with
"/#channelname".
- Behavior is much the same as Show Highlight
- Example: A tab named "all chans" will be created (can be renamed in config)
that will either catch all channel messages and actions from all networks, or
may be set to seperate the networks. In this tab, it will be filled with lines:
- <someuser/#channel> This doesn't look right
- <@yournick/#mychannel> Hey george, get over here
- * +voiceduser/#channel violently slaps yournick
- Usage: /sc_set [-q] [-e] <variable> [<value>] set a variable, or view current value. -q is for quiet, -e sets to default or erases
| Variable | Accepted | Description |
| append_channel | 1 or 0 | if "/#channlename" should be added after the nick |
| append_string | any string | The string to use before "#channelname" (default is /) |
| message_tab | any string | The string to use as a glob tab, no double quotes (") |
| shared_tab | 1 or 0 | if 1, all networks will use a common glob tab |
| quiet_manage | 1 or 0 | if 1, the options in the right click won't announce changes |
| gui_manage | 1 or 0 | if 0, the normal right click menu won't have options |
- Usage: /sc_chanignore [-q] <#channel> add #channel to the Show All Channels ignore list
- Usage: /sc_chanallow [-q] <#channel> remove #channel from the Show All Channels ignore list
- Usage: /sc_nickignore [-q] <nick> add nick to the Show All Channels ignore list
- Usage: /sc_nickallow [-q] <nick> remove nick from the Show All Channels ignore list
- Download: showallchannels-001.pl
* Scripts are (unless otherwise stated) licensed under the zlib license, which is summarized up top.
View all available scripts
|