dashboard
repositories
filestore
activity
search
login
main
/
bot
Bot Gadu-Gadu
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Poprawa błędu w klasie BotSession powodującego wielokrotne tworzenie wpisów...
Jacek Kowalski
2012-09-17
3c97a446c7c170625e51b02058d2d560b227c4d0
[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
);
}
?>