equal
deleted
inserted
replaced
155 ParseCommand('campvar ' + copy(s, 3, length(s) - 2), true); |
155 ParseCommand('campvar ' + copy(s, 3, length(s) - 2), true); |
156 end; |
156 end; |
157 'I': ParseCommand('pause server', true); |
157 'I': ParseCommand('pause server', true); |
158 's': if gameType = gmtNet then |
158 's': if gameType = gmtNet then |
159 ParseChatCommand('chatmsg ', s, 2) |
159 ParseChatCommand('chatmsg ', s, 2) |
160 else |
160 else |
161 isProcessed:= false; |
161 isProcessed:= false; |
162 'b': if gameType = gmtNet then |
162 'b': if gameType = gmtNet then |
163 ParseChatCommand('chatmsg ' + #4, s, 2) |
163 ParseChatCommand('chatmsg ' + #4, s, 2) |
164 else |
164 else |
165 isProcessed:= false; |
165 isProcessed:= false; |
166 else |
166 else |
167 isProcessed:= false; |
167 isProcessed:= false; |
168 end; |
168 end; |
169 |
169 |