Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelsWrapper ¶
func NewChannelsWrapper ¶
func NewChannelsWrapper(channels gumble.Channels) ChannelsWrapper
func (ChannelsWrapper) Add ¶
func (cw ChannelsWrapper) Add(channel *gumble.Channel)
func (ChannelsWrapper) Remove ¶
func (cw ChannelsWrapper) Remove(channel *gumble.Channel)
type DisconnectEventWrapper ¶
type PermissionDeniedEventWrapper ¶
type PermissionDeniedEventWrapper struct { Client *gumble.Client Type int Channel *gumble.Channel User *gumble.User Permission int String string IsOther bool IsPermission bool IsSuperUser bool IsInvalidChannelName bool IsTextTooLong bool IsTemporaryChannel bool IsMissingCertificate bool IsInvalidUserName bool IsChannelFull bool IsNestingLimit bool }
type TextMessageEventWrapper ¶
type TextMessageEventWrapper struct {
*gumble.TextMessageEvent
}
func (*TextMessageEventWrapper) PlainText ¶
func (t *TextMessageEventWrapper) PlainText() string
type UserChangeEventWrapper ¶
type UserChangeEventWrapper struct { Client *gumble.Client Type int User *gumble.User Actor *gumble.User String string IsConnected bool IsDisconnected bool IsKicked bool IsBanned bool IsRegistered bool IsUnregistered bool IsChangeName bool IsChangeChannel bool IsChangeComment bool IsChangeAudio bool IsChangeTexture bool IsChangePrioritySpeaker bool IsChangeRecording bool }
type UsersWrapper ¶
func NewUsersWrapper ¶
func NewUsersWrapper(users gumble.Users) UsersWrapper
func (UsersWrapper) Add ¶
func (uw UsersWrapper) Add(user *gumble.User)
func (UsersWrapper) Remove ¶
func (uw UsersWrapper) Remove(user *gumble.User)
Click to show internal directories.
Click to hide internal directories.