diff options
| author | Teddy Wing | 2016-09-17 05:09:36 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-09-17 05:09:36 -0400 |
| commit | dee45f1a60bb200af4dbe312d67cea5f69f50395 (patch) | |
| tree | 6abba110f8afecb778e31009e20f6291d9a797c5 | |
| parent | 9474467455a699d6e5832cc58bb916dabcec37f8 (diff) | |
| download | irssi-slack-profile-dee45f1a60bb200af4dbe312d67cea5f69f50395.tar.bz2 | |
update_user_profile: Remove unnecessary comment
Now that that functionality is implemented, this comment serves no
purpose.
| -rw-r--r-- | slack_profile.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/slack_profile.pl b/slack_profile.pl index 4a15ba3..15ce828 100644 --- a/slack_profile.pl +++ b/slack_profile.pl @@ -171,10 +171,6 @@ sub update_user_profile { my $user = find_user($server->{'nick'}); -# Normalize labels s/ /_/g and lowercase -# if $key is not a key in $user, then look for it in $user{fields} -# then set 'name' to the id of the custom field - my @profile_fields = qw(first_name last_name email phone skype title); # If $key is a custom field, find the custom field's id and use |
