From 1ff2a00c485edf047d28381185fa355dcb0ffb78 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 9 Feb 2019 17:50:40 +0000 Subject: Move StdOut/StdErr specific consts to outs.py (commands) --- modules/commands/outs.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/commands/outs.py') diff --git a/modules/commands/outs.py b/modules/commands/outs.py index 6d9efe38..935721ac 100644 --- a/modules/commands/outs.py +++ b/modules/commands/outs.py @@ -1,5 +1,9 @@ from src import utils +OUT_CUTOFF = 400 +STR_MORE = "%s (more...)" % utils.consts.RESET +STR_CONTINUED = "(...continued) " + class Out(object): def __init__(self, server, module_name, target, msgid, statusmsg): self.server = server -- cgit v1.3.1-10-gc9f91