Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.

Commit 85090d1

Browse files
committed
protocol/charybdis: Auto-load help
1 parent 0183f10 commit 85090d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/protocol/charybdis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ def handlePING(cod, line):
398398

399399
#Load admin module
400400
cod.loadmod("admin") #Required to be hard-coded
401+
cod.loadmod("help")
401402

402403
cod.bursted = True
403404

0 commit comments

Comments
 (0)