Config-Eggdrop-Userfile

 view release on metacpan or  search on metacpan

lib/Config/Eggdrop/Userfile.pm  view on Meta::CPAN


our $VERSION = 0.01;
my $BADNICKCHARS = '-,+*=:!.@#;$%&'; # from eggdrop1.6.21/src/eggdrop.h:62

# TODO
#  - implement at least the lines that could be written by eggdrop 1.6. Older
#    userfiles shouldn't be very relevant anymore
#  - This means fix all FIXMEs below
#  - add a limited mode that only searches for a certain user/password you're
#    looking for rather than taking apart the whole userfile as they can become
#    relatively big. => OO module with callbacks?
#  - write documentation
#  - put on CPAN

=head2 Functions

These functions are in C<@EXPORT_OK>.

=cut

BEGIN {



( run in 1.367 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )