Browse Source

fixed bug with the set command that would cause a crash

master
wes 13 years ago
parent
commit
b1c05370fe
  1. 1
      botcore.rkt

1
botcore.rkt

@ -1,3 +1,4 @@
#! /usr/bin/racket
#lang racket #lang racket
(require "irclib.rkt") (require "irclib.rkt")
(require "commands.rkt") (require "commands.rkt")

Loading…
Cancel
Save