2015-06-21 18:18:23 +00:00
|
|
|
package SystemMessages
|
|
|
|
|
|
|
|
// The type for any answer, which can be extended by using CommandData.
|
2015-07-09 18:19:01 +00:00
|
|
|
type ICCCDefaultAnswer struct {
|
2015-06-21 18:18:23 +00:00
|
|
|
CommandSuccessful bool
|
|
|
|
CommandAnswer int64
|
|
|
|
}
|