Implemented listing agents by listener UUID
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
import ./types
|
||||
|
||||
var cq*: Conquest
|
||||
# Global variable for handling listeners, agents and console output
|
||||
var cq*: Conquest
|
||||
|
||||
# Colors
|
||||
# https://colors.sh/
|
||||
# TODO Replace all colored output with custom colors
|
||||
const yellow* = "\e[48;5;232m"
|
||||
const resetColor* = "\e[0m"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user