Initial import of the ircii-pana-1.1-final source tree.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
Synopsis:
load bigcheese
Description:
This script is one of several good sample .ircrc files included with the
client. This one creates a number of commonly-used aliases, sets various
key bindings and hooks, and customizes many of the client's internal SET
variables.
Alias Description 
/cl same as CLEAR
/clock enable or disable the status bar clock
/finger EXEC a finger process
/list same as LIST, for all public channels
/m same as MSG
/mode same as MODE, for current channel
/names same as NAMES, for all public channels
/oops <x> resend a misdirected MSG
/re send a MSG to the last sender of a MSG
/reply start a query in a new window with last MSG sender
/swap same as WINDOW SWAP LAST
/talkto <x> start a query in a new window
/this <x> set window level to crap while running a command
/unalias <x> remove an alias
/unset undefine a SET variable
/wchannel <x> join a new channel in the current window
/wjoin <x> join a new channel in a new window
This script also loads the SHELL, NICKS, and TABKEY scripts.
See Also:
alias(8); basical(8); clear(4); exec(5); ircprimer(8); list(2); load(5);
msg(1); mode(1); names(2); nicks(8); query(1); set(4) clock;
shell(8); tabkey(8); window(4) last, level, new, swap
Other Notes:
This script was written by Mike Sandrof (BigCheese).