Skip to content

Commit

Permalink
Update pushsafer.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
appzer committed Aug 21, 2018
1 parent 3e6eb4a commit e7aee98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/pushsafer.pl
Expand Up @@ -75,10 +75,10 @@ sub send_push {
u => Irssi::settings_get_str('pushsafer_url'),
ut => Irssi::settings_get_str('pushsafer_urltitle'),
l => Irssi::settings_get_str('pushsafer_time2live'),
pr => Irssi::settings_get_str('pushsafer_priority'),
re => Irssi::settings_get_str('pushsafer_retry'),
ex => Irssi::settings_get_str('pushsafer_expire'),
a => Irssi::settings_get_str('pushsafer_answer'),
pr => Irssi::settings_get_str('pushsafer_priority'),
re => Irssi::settings_get_str('pushsafer_retry'),
ex => Irssi::settings_get_str('pushsafer_expire'),
a => Irssi::settings_get_str('pushsafer_answer'),
t => $channel
]
);
Expand Down

0 comments on commit e7aee98

Please sign in to comment.