Skip to content

Commit

Permalink
Add Telegram name to config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhmylove authored and Sergey Zhmylove committed Jun 29, 2016
1 parent 7cfc2d8 commit dfa05c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
$cfg{password} = 'password';
# Token for Telegram
$cfg{token} = 'token';
# Username for Telegram
$cfg{tg_name} = '@korg_bot';

# Maximum number of messages per hour
$cfg{max_messages_per_hour} = 150;
Expand Down

0 comments on commit dfa05c0

Please sign in to comment.