add some more comment on what to do

This commit is contained in:
minima 2005-01-10 18:34:53 +00:00
parent da8f364e5a
commit 2a4700c098

View File

@ -13,7 +13,11 @@ package main;
use vars qw(@listen);
@listen = (
# ["0.0.0.0", 7300],
);
# remove the '#' character from the next line to enable the listener!
# ["0.0.0.0", 7300],
# ^
# |
# This one!!!!!
);
1;