258 RegisterVariable('confirm' , vtCommand, @chConfirm , true ); |
258 RegisterVariable('confirm' , vtCommand, @chConfirm , true ); |
259 RegisterVariable('+speedup', vtCommand, @chSpeedup_p , true ); |
259 RegisterVariable('+speedup', vtCommand, @chSpeedup_p , true ); |
260 RegisterVariable('-speedup', vtCommand, @chSpeedup_m , true ); |
260 RegisterVariable('-speedup', vtCommand, @chSpeedup_m , true ); |
261 RegisterVariable('zoomin' , vtCommand, @chZoomIn , true ); |
261 RegisterVariable('zoomin' , vtCommand, @chZoomIn , true ); |
262 RegisterVariable('zoomout' , vtCommand, @chZoomOut , true ); |
262 RegisterVariable('zoomout' , vtCommand, @chZoomOut , true ); |
|
263 RegisterVariable('zoomreset',vtCommand, @chZoomReset , true ); |
263 RegisterVariable('skip' , vtCommand, @chSkip , false); |
264 RegisterVariable('skip' , vtCommand, @chSkip , false); |
264 RegisterVariable('history' , vtCommand, @chHistory , true ); |
265 RegisterVariable('history' , vtCommand, @chHistory , true ); |
265 RegisterVariable('chat' , vtCommand, @chChat , true ); |
266 RegisterVariable('chat' , vtCommand, @chChat , true ); |
266 RegisterVariable('newgrave', vtCommand, @chNewGrave , false); |
267 RegisterVariable('newgrave', vtCommand, @chNewGrave , false); |
267 RegisterVariable('say' , vtCommand, @chSay , true ); |
268 RegisterVariable('say' , vtCommand, @chSay , true ); |