File: edit_topic

package info (click to toggle)
epic4 1%3A2.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,600 kB
  • ctags: 5,377
  • sloc: ansic: 55,723; makefile: 656; sh: 158; perl: 30
file content (24 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Felony asked me for this, so here you go! =)
#
alias edit_topic
{
	^local thetopic
	^stack push on 333
	^stack push on 332
	^stack push on 331
	^on ^333 * #
	^on ^332 * {
		bless
		@ thetopic = [$2-]
	}
	^on ^331 * #
	^topic
	^wait
	^parsekey erase_line
	^xtype -literal /topic $thetopic
	stack pop on 331
	stack pop on 332
	stack pop on 333
}
#hop'y2k