This website requires JavaScript.
Explore
Help
Sign In
Georg
/
dbot
Watch
1
Star
0
Fork
0
You've already forked dbot
forked from
GitHub/dbot
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
628ba5b569
dbot
/
modules
/
poll
/
poll.js
7 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Move all the modules to their own directories
2012-12-11 17:04:52 +01:00
var
poll
=
function
(
dbot
)
{
}
;
exports
.
fetch
=
function
(
dbot
)
{
update poll [#131]
2013-01-15 17:21:43 +01:00
return
new
poll
(
dbot
)
;
Move all the modules to their own directories
2012-12-11 17:04:52 +01:00
}
Reference in New Issue
Copy Permalink