org.pircbotx
Class ServerInfo
java.lang.Object
org.pircbotx.ServerInfo
public class ServerInfo
- extends Object
This is a giant info bean of various things about the server. This is separate
from the PircBotX
class due to its length
Most info thanks to this great website
on what each one does
- Author:
- Leon Blakey
ServerInfo
@ConstructorProperties(value="bot")
public ServerInfo(PircBotX bot)
parse
public void parse(String input)
getBot
public PircBotX getBot()
getPrefixes
public String getPrefixes()
getChannelTypes
public String getChannelTypes()
getChannelModes
public String getChannelModes()
getModes
public int getModes()
getMaxChannels
public int getMaxChannels()
getChanlimit
public int getChanlimit()
getMaxNickLength
public int getMaxNickLength()
getMaxBans
public int getMaxBans()
getMaxList
public String getMaxList()
getNetwork
public String getNetwork()
getExceptions
public String getExceptions()
getInvites
public String getInvites()
isWallChOps
public boolean isWallChOps()
isWallVoices
public boolean isWallVoices()
getStatusMessage
public String getStatusMessage()
getCaseMapping
public String getCaseMapping()
getEList
public String getEList()
getTopicLength
public int getTopicLength()
getKickLength
public int getKickLength()
getChannelLength
public int getChannelLength()
getChannelIDLength
public int getChannelIDLength()
getStandard
public String getStandard()
getSilence
public int getSilence()
isRFC2812
public boolean isRFC2812()
isPenalty
public boolean isPenalty()
isForcedNickChanges
public boolean isForcedNickChanges()
isSafeList
public boolean isSafeList()
getAwayLength
public int getAwayLength()
isNoQuit
public boolean isNoQuit()
isUserIPExists
public boolean isUserIPExists()
isCPrivMsgExists
public boolean isCPrivMsgExists()
isCNoticeExists
public boolean isCNoticeExists()
getMaxTargets
public int getMaxTargets()
isKnockExists
public boolean isKnockExists()
isVChannels
public boolean isVChannels()
getWatchMax
public int getWatchMax()
isWhoX
public boolean isWhoX()
isCallerID
public boolean isCallerID()
isAccept
public boolean isAccept()
getLanguage
public String getLanguage()
getMotd
public String getMotd()
getHighestConnections
public int getHighestConnections()
getHighestClients
public int getHighestClients()
getTotalUsers
public int getTotalUsers()
getTotalInvisibleUsers
public int getTotalInvisibleUsers()
getTotalServers
public int getTotalServers()
getTotalOperatorsOnline
public int getTotalOperatorsOnline()
getTotalUnknownConnections
public int getTotalUnknownConnections()
getTotalChannelsFormed
public int getTotalChannelsFormed()
getServerUsers
public int getServerUsers()
getConnectedServers
public int getConnectedServers()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
canEqual
public boolean canEqual(Object other)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010-2011 Leon Blakey. All Rights Reserved.