Sirc::Util

Sirc::Util is a Perl module that contains utility sirc functions.
Download

Sirc::Util Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Roderick Schertler
  • Publisher web site:
  • http://search.cpan.org/~rosch/libsirc-0.12/Sirc/Util.pm

Sirc::Util Tags


Sirc::Util Description

Sirc::Util is a Perl module that contains utility sirc functions. Sirc::Util is a Perl module that contains utility sirc functions.SYNOPSIS # sirc functions use Sirc::Util ':sirc'; # overrides: addhelp $cmd, $usage_line, $rest; timer $delay, $code_string_or_ref, ; # user messages arg_count_error undef, $want, ; # or 1st arg $name tell_error $msg; tell_question $msg; xtell $msg; # miscellaneous $pattern = ban_pattern $nick, $user, $host; $boolean = by_server ; eval_this $code, ; eval_verbose $name, code$, ; $boolean = have_ops $channel; $boolean = have_ops_q $channel; $boolean = ieq $a, $b; $re = mask_to_re $mask; $unused_timer = newtimer; optional_channel or return; $boolean = plausible_channel $channel; $boolean = plausible_nick $nick; $arg = xgetarg; $restricted = xrestrict; # /settables settable name, $var_ref, $setter_ref; settable_boolean $name, $var_ref, ; settable_int $name, $var_ref, ; settable_str $name, $var_ref, ; # hooks add_hook_type $name; add_hook $name, $code; run_hook $name, ; Requirements: · Perl


Sirc::Util Related Software