Skip to content

Commit 0905377

Browse files
committed
added tags to posting_text()
1 parent d4074e9 commit 0905377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

perlbot.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ sub posting_text {
4444
extra_params => {
4545
'type' => 'text',
4646
'body' => $body,
47+
'tags' => 'random thought,PerlBot',
4748
},);
4849
$request->sign;
4950
my $ua = LWP::UserAgent->new;

0 commit comments

Comments
 (0)