diff --git a/mystic/nodespy.pas b/mystic/nodespy.pas index 4cb0891..2245d8b 100644 --- a/mystic/nodespy.pas +++ b/mystic/nodespy.pas @@ -718,7 +718,7 @@ Begin Continue; End; - Case GetCommandOption(8, 'S-Snoop|C-User Chat|K-Kick User|G-Kill Ghost|') of + Case GetCommandOption(10, 'S-Snoop|C-User Chat|K-Kick User|G-Kill Ghost|') of 'S' : Begin SnoopNode(NodeInfo[CurNode]^.Node); FullReDraw;