Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I think the names are in $arguments, but I just don't know how to access them... Can't link to the manual page since it gets detected as spam, but Bot::BasicBot is what I'm using.sub got_names { my $self = shift; my $arguments = shift; my $users = $arguments->{names}; print "$users\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Anyone used Bot::BasicBot before?
by Corion (Patriarch) on Dec 20, 2017 at 11:01 UTC | |
by Anonymous Monk on Dec 20, 2017 at 11:22 UTC |