-
Notifications
You must be signed in to change notification settings - Fork 1
/
.ircrc
96 lines (75 loc) · 1.98 KB
/
.ircrc
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#
# greg's ~/.ircrc
#
#ident "@(#)HOME:.ircrc 37.1 21/03/23 11:43:06 (woods)"
set NOVICE off
set CLOCK on
set EIGHT_BIT_CHARACTERS on
set TRANSLATION latin_1
set BEEP_WHEN_AWAY 4
set SHOW_END_OF_MSGS on
set HISTORY 1000
#set HISTORY_FILE ~/.irc_history
#nick robohack
name "Greg A. Woods"
# load some basic standard scripts
load basical
load window
load cursor
# this is in ~/.irc/
load auto-op
alias wjoin window new channel $0
channel #srh
away Sleeping, working, playing, eating, drinking, whatever....
window new channel #NetBSD
window new channel #secrets
#window balance
mode #secrets +it
addchan [#secrets]
addop [*!woods@*weird.com]
addop [*!woods@*planix.com]
addop [*!andy@*weird.com]
addop [*!andy@*passport.ca]
addop [*!andy@*ftn.net]
addop [*!gegai@*passport.ca]
addop [*!gegai@*ftn.net]
addinv [robohack!*@*]
addinv [dreamzz!*@*]
addinv [*!woods@*weird.com]
addinv [*!woods@*planix.com]
addinv [*!andy@*weird.com]
addinv [*!andy@*passport.ca]
addinv [*!andy@*ftn.net]
addinv [*!gegai@*passport.ca]
addinv [*!gegai@*ftn.net]
mode #secrets +o dreamzz
topic #secrets The Secrets of the *WEIRD* ....
# I don't know if this works....
#
#addchan [#Planix]
#addop [*!andreas@*planix.com]
#addop [*!peter@*planix.com]
#addop [*!peter@*passport.ca]
#addinv [who-me!*@*planix.com]
#addinv [*!andreas@*planix.com]
mode #Planix +it
mode #Planix +o who-me
topic #Planix Thoze PlanIX Dudes....
who *weird.com
who *planix.com
# /w [<nickname>] get info on someone
# /q [<nickname>] query someone
# /m <nickname> <text> send a message
# /n <nickname> <text> send a notice
# /r <text> reply to last message I got
# /a <text> followup on my last message
alias w whois
alias q query
alias m msg
alias n notice
alias r msg $,
alias a msg $.
alias i invite
alias oo away Sleeping, working, playing, eating, drinking, whatever....
alias unset set -$*
alias unalias alias -$*