You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
478 B
Plaintext
52 lines
478 B
Plaintext
# Template infobot extension
|
|
|
|
use strict;
|
|
|
|
BEGIN {
|
|
# eval your modules here
|
|
}
|
|
|
|
sub extension {
|
|
# Do stuff, return something
|
|
}
|
|
|
|
1;
|
|
|
|
__END__
|
|
|
|
=head1 NAME
|
|
|
|
Filename.pl - Description
|
|
|
|
=head1 PREREQUISITES
|
|
|
|
Some::Module
|
|
|
|
=head1 PARAMETERS
|
|
|
|
switchname
|
|
|
|
=over 4
|
|
|
|
=item value1
|
|
|
|
Description
|
|
|
|
=item value2
|
|
|
|
Description
|
|
|
|
=back
|
|
|
|
=head1 PUBLIC INTERFACE
|
|
|
|
Here you put how you call your sub from the bot user's point of view
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
What is it?
|
|
|
|
=head1 AUTHORS
|
|
|
|
Who are you?
|