This website works better with JavaScript.
Home
Explore
Help
Sign In
wes
/
FAQBot
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
fixed bug with the set command that would cause a crash
master
wes
13 years ago
parent
0bc4ba5b34
commit
b1c05370fe
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
botcore.rkt
1
botcore.rkt
View File
@ -1,3 +1,4 @@
#! /usr/bin/racket
#lang
racket
#lang
racket
(
require
"
irclib.rkt
"
)
(
require
"
irclib.rkt
"
)
(
require
"
commands.rkt
"
)
(
require
"
commands.rkt
"
)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
wes/FAQBot
Title
Body
Create Issue