From 3d4cb02ce276a4b20b9f8979ebd2e0de15963f4c Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 9 Dec 2016 21:42:56 -0800 Subject: [PATCH] exec: rewrap docstirngs --- plugins/exec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/exec.py b/plugins/exec.py index 5f75fce..68ce232 100644 --- a/plugins/exec.py +++ b/plugins/exec.py @@ -57,6 +57,7 @@ def raw(irc, source, args): """ Admin-only. Sends raw text to the uplink IRC server. + \x02**WARNING: THIS CAN BREAK YOUR NETWORK IF USED IMPROPERLY!**\x02""" permissions.checkPermissions(irc, source, ['exec.raw']) @@ -76,6 +77,7 @@ def inject(irc, source, args): """ Admin-only. Injects raw text into the running PyLink protocol module, replying with the hook data returned. + \x02**WARNING: THIS CAN BREAK YOUR NETWORK IF USED IMPROPERLY!**\x02""" permissions.checkPermissions(irc, source, ['exec.inject'])