This website requires JavaScript.
Explore
Help
Sign In
neale
/
irc-bot
mirror of
https://github.com/nealey/irc-bot
Watch
1
Star
0
Fork
You've already forked irc-bot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c89eeb3160
irc-bot
/
channel.mli
7 lines
78 B
OCaml
Raw
Normal View
History
Unescape
Escape
More modules, now parsing commands This is where I realized that there's no point in passing around a "server" object, since it's entirely reasonable to expect one server per running instance.
2008-02-28 22:00:24 -07:00
type
t
Setup working, now there's a bug in command parsing (again).
2008-03-02 21:30:37 -07:00
val
modes
:
string
More modules, now parsing commands This is where I realized that there's no point in passing around a "server" object, since it's entirely reasonable to expect one server per running instance.
2008-02-28 22:00:24 -07:00
val
create
:
string
->
t
val
lookup
:
string
->
t