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

Commit a9dbe57

Browse files
committed
bot/inject: Update help
1 parent e389ef1 commit a9dbe57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bot/inject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def rehash():
3838
pass
3939

4040
def testbotCommand(cod, line, splitline, source, destination):
41-
"A simple test command"
41+
"Inject raw commands into the uplink. USE WITH CARE"
4242

4343
cod.sendLine(" ".join(splitline[1:]))
4444
cod.servicesLog("%s INJECT: %s" % (source.nick, " ".join(splitline[1:])))

0 commit comments

Comments
 (0)