Skip to content

Commit 9cb981f

Browse files
committed
fix the zcbot logger
It was still including cinch/logger/logger, which was moved to cinch/logger
1 parent 66ffd2d commit 9cb981f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cinch/logger/zcbot_logger.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require "cinch/logger/logger"
1+
require "cinch/logger"
22
module Cinch
33
class Logger
44
# This logger logs all incoming messages in the format of zcbot.

0 commit comments

Comments
 (0)