Local ban system

What is local ban system?

Answer : Let's say you are in a network with multiple guilds and don't like a particular user or messages from particular guild. You can ban that particular user or guild using local ban system so that the messages from that guild are not sent into your server's cross chat channel.

User Ban Commands

  1. /username to userid <username> : This command allows you to convert a username to userid, this command should be used only for banning purpose.

  2. /local ban user <username> : Ban a user with particular userid locally

  3. /local unban user <username> : Unban a user with particular userid locally (this won't unban if globally banned)

Guild Ban Commands

  1. /network list : This command allows you to list all guilds in your network with their guildid which can be used to ban the guild

  2. /local ban guild <guildid> : Ban a guild with particular guildid locally

  3. /local unban guild <guildid> : Unban a guild with particular guildid locally (this won't unban if globally banned)

Last updated