diff options
| author | Teddy Wing | 2016-09-17 05:08:41 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-09-17 05:08:41 -0400 |
| commit | 9474467455a699d6e5832cc58bb916dabcec37f8 (patch) | |
| tree | 0dbc2313f02fad999ced190fcbc3202965bd22fa | |
| parent | 28e3fda0889d3e77efa3522422324bf7bc0dd548 (diff) | |
| download | irssi-slack-profile-9474467455a699d6e5832cc58bb916dabcec37f8.tar.bz2 | |
cmd_set: Get rid of unused variables
| -rw-r--r-- | slack_profile.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slack_profile.pl b/slack_profile.pl index 9a37429..4a15ba3 100644 --- a/slack_profile.pl +++ b/slack_profile.pl @@ -198,7 +198,7 @@ sub update_user_profile { } sub cmd_set { - my ($data, $server, $window_item) = @_; + my ($data) = @_; my ($key, $value) = split /\s+/, $data, 2; update_user_profile($key, $value); |
