blob: d24bbb09f55358d2b212fc74b17d138b40affaa7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# BIRD -- Internal Commands Of The Client
#
# (c) 2000 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
#
# Can be freely distributed and used under the terms of the GNU GPL.
#
CF_CLI(QUIT,,, [[Quit the client]])
CF_CLI(EXIT,,, [[Exit the client]])
|