-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
175 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ The command list follows: | |
* user: -- | ||
* fortune -- show random thesis from fortune(6). | ||
* http://uri -- show information about first found URI. | ||
* sayto/user/txt -- send txt to user's private when bot founds him or her presence notification. | ||
|
||
Original paper (in russian) is available via [Tune-IT blogs](http://www.tune-it.ru/web/korg/home/-/blogs/пишем-простенького-jabber-бота-на-perl). | ||
Feel free to change 'time' into 'scalar localtime' in the code if you prefer human-readable format :) | ||
|
@@ -26,3 +27,6 @@ Feel free to change 'time' into 'scalar localtime' in the code if you prefer hum | |
* src/config.pl -- configuration file included when needed. | ||
* patch/Bot.pm.patch -- patch for Net::Jabber::Bot to avoid some warnings, add password functionality and comment-out message parser to perform it manually. | ||
|
||
## What if ... | ||
If you liked this bot, you can send me a postcard to [[email protected]](mailto:[email protected]) and star this project on the github. | ||
If you want to propose some features, code improvements or bug reports, just use "Issues". Yep, I'll read them. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.