ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/bin/cfshell
(Generate patch)

Comparing deliantra/Deliantra/bin/cfshell (file contents):
Revision 1.4 by root, Thu Aug 3 10:51:27 2006 UTC vs.
Revision 1.5 by root, Tue Apr 8 20:26:32 2008 UTC

1#!/opt/bin/perl 1#!/opt/bin/perl
2 2
3BEGIN { $ENV{PERL_RL} = "gnu" } use Term::ReadLine; # this suxx 3BEGIN { $ENV{PERL_RL} = "gnu" } use Term::ReadLine; # this suxx
4
4use AnyEvent; 5use AnyEvent;
5use Storable; 6use Storable;
6use YAML; 7use YAML;
7 8
8@ARGV == 5 or die "Usage: $0 host port login password dm-pass\n"; 9@ARGV == 5 or die "Usage: $0 host port login password dm-pass\n";
9 10
10use base Crossfire::Protocol::Base; 11use base Deliantra::Protocol::Base;
11 12
12my $login = AnyEvent->condvar; 13my $login = AnyEvent->condvar;
13my $quit = AnyEvent->condvar; 14my $quit = AnyEvent->condvar;
14my $rl = new Term::ReadLine "cfshell"; 15my $rl = new Term::ReadLine "cfshell";
15 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines