dashboard
repositories
filestore
activity
search
login
main
/
bot
Bot Gadu-Gadu
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
1. Zmiana nazwy pliku LICENCE na LICENSE (US English). 2. Uwzględnienie pli...
Jacek Kowalski
2012-09-17
362fd2f0e5d4709e8bd0b2286414fc09016ca4b9
[bot]
/
class
/
BotModule.php
1
2
3
4
5
6
7
8
9
10
11
<?php
class BotModuleException extends Exception {}
interface BotModule {
}
interface BotModuleInit {
function register();
function help($params = NULL);
}
?>