Skip to content

Commit cbe0e08

Browse files
authored
Merge pull request CloudBotIRC#52 from RoryHolland/issue-51
Add missing import to allow listchans command to work
2 parents cdda862 + 11a78ee commit cbe0e08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/admin_bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import re
33

44
from cloudbot import hook
5+
from cloudbot.util import formatting
56

67
logchannel = ""
78

0 commit comments

Comments
 (0)