File: alias

package info (click to toggle)
ircii 20051015-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,996 kB
  • ctags: 3,193
  • sloc: ansic: 44,257; makefile: 1,144; sh: 522; perl: 127; lex: 26
file content (40 lines) | stat: -rw-r--r-- 895 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#	$eterna: alias,v 1.2 2001/08/12 15:57:10 mrg Exp $
#
# Comfortable aliases... see /help load alias
#
alias mr msg $, $*
alias ma msg $. $*
alias wa whois $.
alias ia invite $. $C
#
# command collision cludges
alias no notice
alias nf notify
alias la lastlog
#
# other quickies
alias " quote
alias lf set logfile $*
alias unset set -$*
alias unalias alias -$*
alias alarm set clock_alarm $*
alias clock set clock $*
alias h+ ^set hold_mode on
alias h- ^set hold_mode off
#
# These aliases have been taken and adapted from the .ircrc's
# posted to alt.irc some time ago...
#
alias shields_up ignore $, msgs notices
alias protect mode $C +ni
alias unprotect mode $C -ni
alias chops who $C -chop
alias wjoin window new channel $0 name $0 $1-
alias talkto window new name $0;query $0
alias oops {
	^assign alias.oops $B
	msg $. Sorry, that wasn't meant for you.
	msg $0 $alias.oops
}
#
# lynx91,92