… | |
… | |
8 | |
8 | |
9 | =head1 NAME |
9 | =head1 NAME |
10 | |
10 | |
11 | Net::IRC3::Util - Common utilities that help with IRC protocol handling |
11 | Net::IRC3::Util - Common utilities that help with IRC protocol handling |
12 | |
12 | |
|
|
13 | =head1 SYNOPSIS |
|
|
14 | |
|
|
15 | use Net::IRC3 qw/parse_irc_msg mk_msg/; |
|
|
16 | |
|
|
17 | my $msgdata = mk_msg (undef, PRIVMSG |
|
|
18 | |
13 | =head1 FUNCTIONS |
19 | =head1 FUNCTIONS |
14 | |
20 | |
15 | These are some utility functions that might come in handy when |
21 | These are some utility functions that might come in handy when |
16 | handling the IRC protocol. |
22 | handling the IRC protocol. |
17 | |
23 | |