File: nemesis

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 (18 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$eterna: nemesis,v 1.2 2001/08/12 15:57:11 mrg Exp $
#
# An example on how to connect to a MUD game using ircII as client
#
alias Nemesis {
	^window new name Nemesis level crap lastlog all
	^exec -window -name Nemesis telnet 131.159.8.67 2000
	^query %Nemesis
	^on ^exec_exit Nemesis window show Nemesis kill
}

# The following are features provided by the |Nemesis IRC
# service robot. No other MUD has that, so don't adapt it.
#
alias Nwho msg |Nemesis who
alias Ntell msg |Nemesis tell

# lynx92