sources/interface.cpp

branch
protocol5
changeset 151
267ef11bd3ba
parent 150
37db42ad451a
child 159
970d58a01e8b
equal deleted inserted replaced
150:37db42ad451a 151:267ef11bd3ba
1097 else if (command == "watch") 1097 else if (command == "watch")
1098 { 1098 {
1099 if (not args.is_empty()) 1099 if (not args.is_empty())
1100 m_session.request_watch(args); 1100 m_session.request_watch(args);
1101 else 1101 else
1102 print_error("No CVars to watch.\n"); 1102 printError("No CVars to watch.\n");
1103 } 1103 }
1104 else 1104 else
1105 printError("Unknown command: %s\n", command.chars()); 1105 printError("Unknown command: %s\n", command.chars());
1106 } 1106 }
1107 1107

mercurial