repo.or.cz
/
irbot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new way for dev
[irbot.git]
/
sources
/
IRCMain.php
blob
fa609ebb7ae3acd714c1d5c23bb70e633a25030e
1
<
?php
2
3
require_once
'sources/IRCMain/Adapter.php'
;
4
5
class
IRCMain
extends
IRCMain_Adapter
{
6
7
}
8
9
?
>