TeamTalk 5 C-API DLL Version 5.15A
Loading...
Searching...
No Matches
BannedUser Struct Reference

A struct containing the properties of a banned user. More...

#include <TeamTalk.h>

Public Attributes

TTCHAR szIPAddress [TT_STRLEN]
 IP-address of banned user.
 
TTCHAR szChannelPath [TT_STRLEN]
 Channel where user was located when banned.
 
TTCHAR szBanTime [TT_STRLEN]
 Date and time when user was banned. Read-only property. Date/time is converted local time.
 
TTCHAR szNickname [TT_STRLEN]
 Nickname of banned user. Read-only property.

 
TTCHAR szUsername [TT_STRLEN]
 Username of banned user.
 
BanTypes uBanTypes
 The type of ban that applies to this banned user.
 
TTCHAR szOwner [TT_STRLEN]
 The username of the user who made the ban.
 

Detailed Description

A struct containing the properties of a banned user.

See also
TT_DoListBans()
TT_DoBanUserEx()

Definition at line 1961 of file TeamTalk.h.

Member Data Documentation

◆ szIPAddress

TTCHAR BannedUser::szIPAddress[TT_STRLEN]

IP-address of banned user.

Definition at line 1964 of file TeamTalk.h.

◆ szChannelPath

TTCHAR BannedUser::szChannelPath[TT_STRLEN]

Channel where user was located when banned.

Definition at line 1966 of file TeamTalk.h.

◆ szBanTime

TTCHAR BannedUser::szBanTime[TT_STRLEN]

Date and time when user was banned. Read-only property. Date/time is converted local time.

Definition at line 1969 of file TeamTalk.h.

◆ szNickname

TTCHAR BannedUser::szNickname[TT_STRLEN]

Nickname of banned user. Read-only property.

Definition at line 1971 of file TeamTalk.h.

◆ szUsername

TTCHAR BannedUser::szUsername[TT_STRLEN]

Username of banned user.

Definition at line 1973 of file TeamTalk.h.

◆ uBanTypes

BanTypes BannedUser::uBanTypes

The type of ban that applies to this banned user.

Definition at line 1975 of file TeamTalk.h.

◆ szOwner

TTCHAR BannedUser::szOwner[TT_STRLEN]

The username of the user who made the ban.

Definition at line 1977 of file TeamTalk.h.