Changeset 23257
- Timestamp:
- 11/12/08 00:36:06 (5 years ago)
- Location:
- lang/perl/Bot-BasicBot-Pluggable-Module-Collection/trunk
- Files:
-
- 3 added
- 3 modified
-
MANIFEST (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
examples/bot.yaml (modified) (2 diffs)
-
lib/Bot/BasicBot/Pluggable/Module/CollectionHelp.pm (added)
-
lib/Bot/BasicBot/Pluggable/Module/GoogleTranslate.pm (added)
-
lib/Bot/BasicBot/Pluggable/Module/Wikipedia.pm (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Bot-BasicBot-Pluggable-Module-Collection/trunk/MANIFEST
r23146 r23257 22 22 inc/Test/More.pm 23 23 lib/Bot/BasicBot/Pluggable/Module/Collection.pm 24 lib/Bot/BasicBot/Pluggable/Module/CollectionHelp.pm 24 25 lib/Bot/BasicBot/Pluggable/Module/GoodBad.pm 25 26 lib/Bot/BasicBot/Pluggable/Module/GoogleCalc.pm 27 lib/Bot/BasicBot/Pluggable/Module/JtoE/GoogleTranslate.pm 26 28 lib/Bot/BasicBot/Pluggable/Module/LivedoorWeather.pm 29 lib/Bot/BasicBot/Pluggable/Module/Wikipedia.pm 27 30 Makefile.PL 28 31 MANIFEST This list of files -
lang/perl/Bot-BasicBot-Pluggable-Module-Collection/trunk/Makefile.PL
r23084 r23257 7 7 requires 'Jcode'; 8 8 requires 'Encode'; 9 requires 'URI::Escape'; 10 requires 'WWW::Google::Calculator'; 11 requires 'Readonly'; 9 12 10 13 build_requires 'Test::More'; -
lang/perl/Bot-BasicBot-Pluggable-Module-Collection/trunk/examples/bot.yaml
r23084 r23257 1 server: irc.example.net 1 2 server: irc.example.net 2 3 port: 6667 … … 14 15 - name: LivedoorWeather 15 16 - name: GoodBad 17 - name: Wikipedia 18 - name: GoogleTranslate 16 19 channels: 17 20 - #bbpbot-test
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)