//# 2 errors, 749 messages
//#
/*
    //#Ifplugin.java:1:1: class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#Ifplugin.java:1:1: method: com.dmdirc.commandparser.commands.global.Ifplugin.com.dmdirc.commandparser.commands.global.Ifplugin__static_init
 * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

package com.dmdirc.commandparser.commands.global;

import com.dmdirc.commandparser.CommandArguments;
import com.dmdirc.commandparser.CommandManager;
import com.dmdirc.commandparser.commands.GlobalCommand;
import com.dmdirc.commandparser.parsers.GlobalCommandParser;
import com.dmdirc.commandparser.commands.IntelligentCommand;
import com.dmdirc.plugins.PluginInfo;
import com.dmdirc.plugins.PluginManager;
import com.dmdirc.ui.input.AdditionalTabTargets;
import com.dmdirc.ui.input.TabCompleter;
import com.dmdirc.ui.interfaces.InputWindow;

import java.util.List;

/**
 * The if plugin command allows the user to execute commands based on whether
 * or not a plugin is loaded.
 *
 * @author chris
 */
public final class Ifplugin extends GlobalCommand implements IntelligentCommand {
    
    /**
     * Creates a new instance of Ifplugin.
     */
    public Ifplugin() {
        super();
    //#Ifplugin.java:50: method: void com.dmdirc.commandparser.commands.global.Ifplugin.com.dmdirc.commandparser.commands.global.Ifplugin()
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): __Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): __Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/addons/urlcatcher/UrlListCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/addons/urlcatcher/UrlListCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandInfo.__Descendant_Table[others]
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandInfo.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandInfo.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandManager.com.dmdirc.ui.input.TabCompletionType.COMMAND
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandManager.commandChar
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandManager.commands
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandManager.parsers
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandType.TYPE_CHANNEL
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandType.TYPE_CHAT
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandType.TYPE_GLOBAL
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandType.TYPE_QUERY
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/CommandType.TYPE_SERVER
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/ChannelCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/ChannelCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/ChatCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/ChatCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/GlobalCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/GlobalCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/QueryCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/QueryCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/ServerCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/ServerCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/Ban.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/Ban.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/ChannelSettings.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/ChannelSettings.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/Cycle.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/Cycle.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/KickReason.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/KickReason.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/Part.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/Part.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/SetNickColour.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/SetNickColour.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/ShowTopic.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/channel/ShowTopic.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/chat/Me.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/chat/Me.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Active.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Active.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/AliasCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/AliasCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/AllServers.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/AllServers.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Clear.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Clear.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Debug.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Debug.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Echo.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Echo.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Exit.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Exit.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Help.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Help.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/LoadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/LoadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/NewServer.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/NewServer.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Notify.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Notify.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/OpenWindow.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/OpenWindow.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/ReloadActions.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/ReloadActions.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/ReloadIdentities.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/ReloadIdentities.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/ReloadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/ReloadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/SaveConfig.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/SaveConfig.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Set.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/Set.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/UnloadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/global/UnloadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/AllChannels.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/AllChannels.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Away.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Away.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Back.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Back.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/ChangeServer.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/ChangeServer.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Ctcp.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Ctcp.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Disconnect.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Disconnect.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Ignore.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Ignore.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/JoinChannelCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/JoinChannelCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Message.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Message.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Nick.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Nick.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Notice.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Notice.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/OpenQuery.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/OpenQuery.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Raw.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Raw.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/RawServerCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/RawServerCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Reconnect.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Reconnect.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Umode.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/commands/server/Umode.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/ChannelCommandParser]
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/CommandParser]
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/GlobalCommandParser]
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/QueryCommandParser]
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/ServerCommandParser]
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[others]
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): this
    //#input(void com.dmdirc.commandparser.commands.global.Ifplugin()): this.__Tag
    //#output(void com.dmdirc.commandparser.commands.global.Ifplugin()): this.__Tag
    //#pre[1] (void com.dmdirc.commandparser.commands.global.Ifplugin()): init'ed(com/dmdirc/commandparser/CommandManager.commandChar)
    //#post(void com.dmdirc.commandparser.commands.global.Ifplugin()): this.__Tag == old this.__Tag
    //#post(void com.dmdirc.commandparser.commands.global.Ifplugin()): init'ed(this.__Tag)
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:java.lang.String:toLowerCase
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:java.util.List:iterator
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:java.util.Iterator:hasNext
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:java.util.Iterator:next
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:getName
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:java.util.Map:put
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:java.util.Map:remove
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.ui.input.TabCompleter:addEntry
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.ui.input.TabCompleter:removeEntry
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:java.lang.StringBuilder
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:java.lang.StringBuilder:append
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:java.lang.StringBuilder:toString
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.ServerManager:getServerManager
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.ServerManager:getServers
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:getType
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.Server:getTabCompleter
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.Server:getChannels
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.Server:getChannel
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.Channel:getTabCompleter
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.Server:getQueries
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.Query:getTabCompleter
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.util.MapList:containsKey
    //#unanalyzed(void com.dmdirc.commandparser.commands.global.Ifplugin()): Effects-of-calling:com.dmdirc.util.MapList:get
        
        CommandManager.registerCommand(this);
    }
    //#Ifplugin.java:53: end of method: void com.dmdirc.commandparser.commands.global.Ifplugin.com.dmdirc.commandparser.commands.global.Ifplugin()
    
    /** {@inheritDoc} */
    @Override
    public void execute(final InputWindow origin, final boolean isSilent,
            final CommandArguments args) {
        if (args.getArguments().length <= 1) {
    //#Ifplugin.java:59: method: void com.dmdirc.commandparser.commands.global.Ifplugin.execute(InputWindow, bool, CommandArguments)
    //#input(void execute(InputWindow, bool, CommandArguments)): " "._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): " :"._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): ""._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "((\S+\s*){"._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "(\S+\s*){"._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "."._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "<Unknown>"._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "@"._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "Config option not found: "._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "Invalid global command: "._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "MODE "._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "NAMES "._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "TOPIC "._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "commandhistory"._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "general"._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "unknownCommand"._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "}"._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): "}).*?"._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): __Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): __Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): __Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): args
    //#input(void execute(InputWindow, bool, CommandArguments)): args.__Tag
    //#input(void execute(InputWindow, bool, CommandArguments)): args.line
    //#input(void execute(InputWindow, bool, CommandArguments)): args.line._tainted
    //#input(void execute(InputWindow, bool, CommandArguments)): args.words
    //#input(void execute(InputWindow, bool, CommandArguments)): args.words.length
    //#input(void execute(InputWindow, bool, CommandArguments)): com.dmdirc.config.ConfigManager$1__static_init.new int[](ConfigManager$1__static_init#1).length
    //#input(void execute(InputWindow, bool, CommandArguments)): com.dmdirc.config.ConfigManager$1__static_init.new int[](ConfigManager$1__static_init#1)[0..4_294_967_295]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/addons/urlcatcher/UrlListCommand.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/addons/urlcatcher/UrlListCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/addons/urlcatcher/UrlListCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Descendant_Table[com/dmdirc/commandparser/CommandArguments]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getArguments()[Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getArgumentsAsString()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getArgumentsAsString(I)Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getCommandName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getStrippedLine()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getWords()[Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getWordsAsString(I)Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.getWordsAsString(II)Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.isCommand()Z
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.isSilent()Z
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandArguments.__Dispatch_Table.parse()V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandInfo.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandInfo.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandInfo.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandManager.commandChar
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandManager.commands
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandManager.parsers
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandManager.silenceChar
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandType.TYPE_CHANNEL
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandType.TYPE_CHAT
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandType.TYPE_GLOBAL
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandType.TYPE_QUERY
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/CommandType.TYPE_SERVER
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/ChannelCommand]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/Ban]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/ChannelSettings]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/Cycle]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/KickReason]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/Mode]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/Names]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/Part]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/SetNickColour]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChannelCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChatCommand.__Descendant_Table[com/dmdirc/commandparser/commands/ChatCommand]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChatCommand.__Descendant_Table[com/dmdirc/commandparser/commands/chat/Me]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChatCommand.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChatCommand.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/MessageTarget;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChatCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ChatCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/Command.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/CommandOptions.__Descendant_Table[com/dmdirc/commandparser/commands/CommandOptions]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/CommandOptions.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/CommandOptions.__Dispatch_Table.allowOffline()Z
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ExternalCommand.__Descendant_Table[com/dmdirc/commandparser/commands/ExternalCommand]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ExternalCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/Mode]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ExternalCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/Names]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ExternalCommand.__Descendant_Table[com/dmdirc/commandparser/commands/channel/ShowTopic]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ExternalCommand.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ExternalCommand.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Ljava/lang/String;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/GlobalCommand.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/GlobalCommand.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/GlobalCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/GlobalCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/QueryCommand.__Descendant_Table[com/dmdirc/commandparser/commands/QueryCommand]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/QueryCommand.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/QueryCommand.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Query;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/QueryCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/QueryCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/ServerCommand]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/AllChannels]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/Away]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/Back]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/ChangeServer]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/Ctcp]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/Disconnect]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/Ignore]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/JoinChannelCommand]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/Message]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/Nick]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/Notice]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/OpenQuery]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/RawServerCommand]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/Raw]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/Reconnect]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[com/dmdirc/commandparser/commands/server/Umode]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/ServerCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Ban.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Ban.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Ban.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/ChannelSettings.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/ChannelSettings.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/ChannelSettings.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Cycle.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Cycle.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Cycle.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/KickReason.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/KickReason.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/KickReason.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Ljava/lang/String;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Mode.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Ljava/lang/String;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Names.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Part.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Part.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/Part.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/SetNickColour.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/SetNickColour.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/SetNickColour.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/ShowTopic.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/Channel;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/ShowTopic.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Ljava/lang/String;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/ShowTopic.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/channel/ShowTopic.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/chat/Me.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;Lcom/dmdirc/MessageTarget;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/chat/Me.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/chat/Me.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Active.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Active.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Active.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/AliasCommand.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/AliasCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/AliasCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/AllServers.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/AllServers.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/AllServers.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Clear.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Clear.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Clear.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Debug.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Debug.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Debug.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Echo.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Echo.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Echo.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Exit.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Exit.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Exit.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Help.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Help.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Help.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/LoadPlugin.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/LoadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/LoadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/NewServer.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/NewServer.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/NewServer.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Notify.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Notify.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Notify.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/OpenWindow.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/OpenWindow.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/OpenWindow.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/ReloadActions.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/ReloadActions.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/ReloadActions.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/ReloadIdentities.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/ReloadIdentities.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/ReloadIdentities.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/ReloadPlugin.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/ReloadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/ReloadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/SaveConfig.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/SaveConfig.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/SaveConfig.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Set.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Set.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/Set.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/UnloadPlugin.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/UnloadPlugin.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/global/UnloadPlugin.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/AllChannels.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/AllChannels.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/AllChannels.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Away.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Away.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Away.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Back.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Back.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Back.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/ChangeServer.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/ChangeServer.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/ChangeServer.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Ctcp.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Ctcp.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Ctcp.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Disconnect.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Disconnect.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Disconnect.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Ignore.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Ignore.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Ignore.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/JoinChannelCommand.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/JoinChannelCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/JoinChannelCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Message.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Message.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Message.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Nick.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Nick.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Nick.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Notice.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Notice.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Notice.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/OpenQuery.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/OpenQuery.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/OpenQuery.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Raw.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Raw.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Raw.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/RawServerCommand.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/RawServerCommand.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/RawServerCommand.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Reconnect.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Reconnect.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Reconnect.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Umode.__Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/Server;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Umode.__Dispatch_Table.getName()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/commands/server/Umode.__Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ChannelCommandParser.__Dispatch_Table.executeCommand(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/commands/Command;Lcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ChannelCommandParser.__Dispatch_Table.handleInvalidCommand(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ChannelCommandParser.__Dispatch_Table.handleNonCommand(Lcom/dmdirc/ui/interfaces/InputWindow;Ljava/lang/String;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ChannelCommandParser.__Dispatch_Table.loadCommands()V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/ChannelCommandParser]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/CommandParser]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/GlobalCommandParser]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/QueryCommandParser]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/ServerCommandParser]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/CommandParser.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/CommandParser.__Dispatch_Table.executeCommand(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/commands/Command;Lcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/CommandParser.__Dispatch_Table.handleInvalidCommand(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/CommandParser.__Dispatch_Table.handleNonCommand(Lcom/dmdirc/ui/interfaces/InputWindow;Ljava/lang/String;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/CommandParser.__Dispatch_Table.loadCommands()V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/CommandParser.com.dmdirc.actions.CoreActionType.UNKNOWN_COMMAND
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.__Class_Obj.__Lock
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.__Dispatch_Table.executeCommand(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/commands/Command;Lcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.__Dispatch_Table.handleInvalidCommand(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.__Dispatch_Table.handleNonCommand(Lcom/dmdirc/ui/interfaces/InputWindow;Ljava/lang/String;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.__Dispatch_Table.loadCommands()V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.com.dmdirc.logger.ErrorLevel.MEDIUM
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.me
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.me.__Tag
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.me.channel
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.me.commands
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.me.history
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.me.history.__Lock
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.me.query
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.me.server
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/QueryCommandParser.__Dispatch_Table.executeCommand(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/commands/Command;Lcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/QueryCommandParser.__Dispatch_Table.handleInvalidCommand(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/QueryCommandParser.__Dispatch_Table.handleNonCommand(Lcom/dmdirc/ui/interfaces/InputWindow;Ljava/lang/String;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/QueryCommandParser.__Dispatch_Table.loadCommands()V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ServerCommandParser.__Descendant_Table[com/dmdirc/commandparser/parsers/ServerCommandParser]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ServerCommandParser.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ServerCommandParser.__Dispatch_Table.executeCommand(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/commands/Command;Lcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ServerCommandParser.__Dispatch_Table.getCommandOptions(Lcom/dmdirc/commandparser/commands/Command;)Lcom/dmdirc/commandparser/commands/CommandOptions;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ServerCommandParser.__Dispatch_Table.handleInvalidCommand(Lcom/dmdirc/ui/interfaces/InputWindow;Lcom/dmdirc/commandparser/CommandArguments;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ServerCommandParser.__Dispatch_Table.handleNonCommand(Lcom/dmdirc/ui/interfaces/InputWindow;Ljava/lang/String;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ServerCommandParser.__Dispatch_Table.hasCommandOptions(Lcom/dmdirc/commandparser/commands/Command;)Z
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ServerCommandParser.__Dispatch_Table.loadCommands()V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ServerCommandParser.com.dmdirc.ServerState.CONNECTED
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/ServerCommandParser.com.dmdirc.ServerState.CONNECTING
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigManager$1.$SwitchMap$com$dmdirc$config$ConfigTarget$TYPE
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigManager.__Descendant_Table[com/dmdirc/config/ConfigManager]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigManager.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigManager.__Dispatch_Table.getOption(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigManager.__Dispatch_Table.getOptionInt(Ljava/lang/String;Ljava/lang/String;)I
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigManager.__Dispatch_Table.identityApplies(Lcom/dmdirc/config/Identity;)Z
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigManager.stats
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigSource.__Descendant_Table[com/dmdirc/config/ConfigManager]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigSource.__Descendant_Table[com/dmdirc/config/ConfigSource]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigSource.__Descendant_Table[com/dmdirc/config/Identity]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigSource.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigSource.__Dispatch_Table.getOption(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigTarget.__Descendant_Table[com/dmdirc/config/ConfigTarget]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigTarget.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigTarget.__Dispatch_Table.getData()Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/ConfigTarget.__Dispatch_Table.getType()Lcom/dmdirc/config/ConfigTarget$TYPE;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/Identity.__Descendant_Table[com/dmdirc/config/Identity]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/Identity.__Descendant_Table[others]
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/Identity.__Dispatch_Table.addListener(Lcom/dmdirc/interfaces/ConfigChangeListener;)V
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/Identity.__Dispatch_Table.getOption(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/Identity.__Dispatch_Table.getTarget()Lcom/dmdirc/config/ConfigTarget;
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/Identity.__Dispatch_Table.hasOption(Ljava/lang/String;Ljava/lang/String;)Z
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/IdentityManager.__Class_Obj.__Lock
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/IdentityManager.globalconfig
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/IdentityManager.globalconfig.__Tag
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/IdentityManager.globalconfig.file
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/IdentityManager.globalconfig.sources
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/IdentityManager.identities
    //#input(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/IdentityManager.managers
    //#input(void execute(InputWindow, bool, CommandArguments)): isSilent
    //#input(void execute(InputWindow, bool, CommandArguments)): origin
    //#input(void execute(InputWindow, bool, CommandArguments)): this
    //#output(void execute(InputWindow, bool, CommandArguments)): args.words
    //#output(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.me
    //#output(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/IdentityManager.globalconfig
    //#output(void execute(InputWindow, bool, CommandArguments)): java.lang.String:split(...)._tainted
    //#output(void execute(InputWindow, bool, CommandArguments)): java.lang.String:split(...).length
    //#output(void execute(InputWindow, bool, CommandArguments)): java.lang.StringBuilder:toString(...)._tainted
    //#output(void execute(InputWindow, bool, CommandArguments)): new ArrayList(getSources#1) num objects
    //#output(void execute(InputWindow, bool, CommandArguments)): new ArrayList(getSources#1).__Lock
    //#output(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1) num objects
    //#output(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1).__Lock
    //#output(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1).__Tag
    //#output(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1).channel
    //#output(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1).file
    //#output(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1).ircd
    //#output(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1).listeners
    //#output(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1).network
    //#output(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1).server
    //#output(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1).sources
    //#output(void execute(InputWindow, bool, CommandArguments)): new GlobalCommandParser(getGlobalCommandParser#1) num objects
    //#output(void execute(InputWindow, bool, CommandArguments)): new GlobalCommandParser(getGlobalCommandParser#1).__Tag
    //#output(void execute(InputWindow, bool, CommandArguments)): new GlobalCommandParser(getGlobalCommandParser#1).channel
    //#output(void execute(InputWindow, bool, CommandArguments)): new GlobalCommandParser(getGlobalCommandParser#1).commands
    //#output(void execute(InputWindow, bool, CommandArguments)): new GlobalCommandParser(getGlobalCommandParser#1).history
    //#output(void execute(InputWindow, bool, CommandArguments)): new GlobalCommandParser(getGlobalCommandParser#1).query
    //#output(void execute(InputWindow, bool, CommandArguments)): new GlobalCommandParser(getGlobalCommandParser#1).server
    //#output(void execute(InputWindow, bool, CommandArguments)): new Hashtable(CommandParser#1) num objects
    //#output(void execute(InputWindow, bool, CommandArguments)): new MapList(ConfigManager#1) num objects
    //#output(void execute(InputWindow, bool, CommandArguments)): new RollingList(CommandParser#2) num objects
    //#output(void execute(InputWindow, bool, CommandArguments)): new RollingList(CommandParser#2).__Lock
    //#new obj(void execute(InputWindow, bool, CommandArguments)): java.lang.String:split(...)
    //#new obj(void execute(InputWindow, bool, CommandArguments)): java.lang.StringBuilder:toString(...)
    //#new obj(void execute(InputWindow, bool, CommandArguments)): new ArrayList(getSources#1)
    //#new obj(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1)
    //#new obj(void execute(InputWindow, bool, CommandArguments)): new GlobalCommandParser(getGlobalCommandParser#1)
    //#new obj(void execute(InputWindow, bool, CommandArguments)): new Hashtable(CommandParser#1)
    //#new obj(void execute(InputWindow, bool, CommandArguments)): new MapList(ConfigManager#1)
    //#new obj(void execute(InputWindow, bool, CommandArguments)): new RollingList(CommandParser#2)
    //#pre[1] (void execute(InputWindow, bool, CommandArguments)): args != null
    //#pre[3] (void execute(InputWindow, bool, CommandArguments)): args.__Tag == com/dmdirc/commandparser/CommandArguments
    //#pre[18] (void execute(InputWindow, bool, CommandArguments)): init'ed(args.words)
    //#pre[4] (void execute(InputWindow, bool, CommandArguments)): (soft) args.line != null
    //#pre[7] (void execute(InputWindow, bool, CommandArguments)): (soft) init'ed(com.dmdirc.config.ConfigManager$1__static_init.new int[](ConfigManager$1__static_init#1)[0..4_294_967_295])
    //#pre[10] (void execute(InputWindow, bool, CommandArguments)): (soft) init'ed(com/dmdirc/commandparser/CommandManager.commandChar)
    //#pre[11] (void execute(InputWindow, bool, CommandArguments)): (soft) init'ed(com/dmdirc/commandparser/CommandManager.silenceChar)
    //#pre[19] (void execute(InputWindow, bool, CommandArguments)): (soft) init'ed(com/dmdirc/commandparser/parsers/GlobalCommandParser.me)
    //#pre[20] (void execute(InputWindow, bool, CommandArguments)): (soft) init'ed(com/dmdirc/config/IdentityManager.globalconfig)
    //#presumption(void execute(InputWindow, bool, CommandArguments)): com.dmdirc.plugins.PluginManager:getPluginManager(...)@68 != null
    //#presumption(void execute(InputWindow, bool, CommandArguments)): com.dmdirc.ui.interfaces.InputWindow:getCommandParser(...).__Tag@81 in {com/dmdirc/commandparser/parsers/ChannelCommandParser, com/dmdirc/commandparser/parsers/CommandParser, com/dmdirc/commandparser/parsers/GlobalCommandParser, com/dmdirc/commandparser/parsers/QueryCommandParser, com/dmdirc/commandparser/parsers/ServerCommandParser}
    //#presumption(void execute(InputWindow, bool, CommandArguments)): com.dmdirc.ui.interfaces.InputWindow:getCommandParser(...).commands@81 != null
    //#presumption(void execute(InputWindow, bool, CommandArguments)): com.dmdirc.ui.interfaces.InputWindow:getCommandParser(...).history@81 != null
    //#presumption(void execute(InputWindow, bool, CommandArguments)): com.dmdirc.ui.interfaces.InputWindow:getCommandParser(...)@81 != null
    //#presumption(void execute(InputWindow, bool, CommandArguments)): getArguments(...).length@64 >= 1
    //#presumption(void execute(InputWindow, bool, CommandArguments)): getArguments(...).length@66 >= 1
    //#presumption(void execute(InputWindow, bool, CommandArguments)): getArguments(...)[0]@64 != null
    //#presumption(void execute(InputWindow, bool, CommandArguments)): getArguments(...)[0]@66 != null
    //#presumption(void execute(InputWindow, bool, CommandArguments)): getGlobalCommandParser(...).__Tag in {com/dmdirc/commandparser/parsers/ChannelCommandParser, com/dmdirc/commandparser/parsers/CommandParser, com/dmdirc/commandparser/parsers/GlobalCommandParser, com/dmdirc/commandparser/parsers/QueryCommandParser, com/dmdirc/commandparser/parsers/ServerCommandParser}
    //#presumption(void execute(InputWindow, bool, CommandArguments)): getGlobalCommandParser(...).commands != null
    //#presumption(void execute(InputWindow, bool, CommandArguments)): getGlobalCommandParser(...).history != null
    //#presumption(void execute(InputWindow, bool, CommandArguments)): java.util.Arrays:copyOfRange(...)@99 != null
    //#presumption(void execute(InputWindow, bool, CommandArguments)): java.util.Arrays:copyOfRange(...)@99 != null
    //#presumption(void execute(InputWindow, bool, CommandArguments)): java.util.Arrays:copyOfRange(...)@99 != null
    //#post(void execute(InputWindow, bool, CommandArguments)): args.words != null
    //#post(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/commandparser/parsers/GlobalCommandParser.me == One-of{old com/dmdirc/commandparser/parsers/GlobalCommandParser.me, &new GlobalCommandParser(getGlobalCommandParser#1)}
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(com/dmdirc/commandparser/parsers/GlobalCommandParser.me)
    //#post(void execute(InputWindow, bool, CommandArguments)): com/dmdirc/config/IdentityManager.globalconfig == One-of{old com/dmdirc/config/IdentityManager.globalconfig, &new ConfigManager(getGlobalConfig#1)}
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(com/dmdirc/config/IdentityManager.globalconfig)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(java.lang.String:split(...)._tainted)
    //#post(void execute(InputWindow, bool, CommandArguments)): java.lang.String:split(...)._tainted == 0
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(java.lang.String:split(...).length)
    //#post(void execute(InputWindow, bool, CommandArguments)): java.lang.StringBuilder:toString(...)._tainted == 0
    //#post(void execute(InputWindow, bool, CommandArguments)): new ArrayList(getSources#1) num objects <= 1
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new ArrayList(getSources#1).__Lock)
    //#post(void execute(InputWindow, bool, CommandArguments)): new ConfigManager(getGlobalConfig#1) num objects <= 1
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new ConfigManager(getGlobalConfig#1).__Lock)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new ConfigManager(getGlobalConfig#1).__Tag)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new ConfigManager(getGlobalConfig#1).channel)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new ConfigManager(getGlobalConfig#1).file)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new ConfigManager(getGlobalConfig#1).ircd)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new ConfigManager(getGlobalConfig#1).listeners)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new ConfigManager(getGlobalConfig#1).network)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new ConfigManager(getGlobalConfig#1).server)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new ConfigManager(getGlobalConfig#1).sources)
    //#post(void execute(InputWindow, bool, CommandArguments)): new GlobalCommandParser(getGlobalCommandParser#1) num objects <= 1
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new GlobalCommandParser(getGlobalCommandParser#1).__Tag)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new GlobalCommandParser(getGlobalCommandParser#1).channel)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new GlobalCommandParser(getGlobalCommandParser#1).commands)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new GlobalCommandParser(getGlobalCommandParser#1).history)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new GlobalCommandParser(getGlobalCommandParser#1).query)
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new GlobalCommandParser(getGlobalCommandParser#1).server)
    //#post(void execute(InputWindow, bool, CommandArguments)): new Hashtable(CommandParser#1) num objects <= 1
    //#post(void execute(InputWindow, bool, CommandArguments)): new MapList(ConfigManager#1) num objects <= 1
    //#post(void execute(InputWindow, bool, CommandArguments)): new RollingList(CommandParser#2) num objects <= 1
    //#post(void execute(InputWindow, bool, CommandArguments)): init'ed(new RollingList(CommandParser#2).__Lock)
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getArguments
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:showUsage
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.commandparser.parsers.CommandParser
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getArgumentsAsString
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.StringBuilder
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.StringBuilder:append
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.StringBuilder:toString
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.Throwable:__curr_excep_obj
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Date
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Date:getTime
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.util.RollingList:remove
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.util.RollingList:add
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.String:toLowerCase
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:handleNonCommand
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.Server:sendLine
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.Query:sendLine
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.Channel:sendLine
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.logger.Logger:userError
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.ui.interfaces.InputWindow:addLine
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:parseCommand
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.commandparser.CommandArguments
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:isCommand
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:isSilent
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getCommandName
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.ui.interfaces.InputWindow:getContainer
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.WritableFrameContainer:getServer
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.Server:isValidChannelName
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:isChannelCommand
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.Server:hasChannel
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.Server:getChannel
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.Channel:getFrame
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.ui.interfaces.InputWindow:getCommandParser
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getCommandChar
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getWordsAsString
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getCommand
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Map$Entry:getValue
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:execute
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Map:containsKey
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getStrippedLine
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Map:get
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:executeCommand
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:hasCommandOptions
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getCommandOptions
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:allowOffline
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.Server:getState
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.Server:getParser
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:handleInvalidCommand
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.actions.ActionManager:processEvent
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.StringBuffer
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Iterator:hasNext
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Iterator:next
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getName
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Map:put
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getType
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.String:split
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Arrays:copyOfRange
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.Character:valueOf
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:loadCommands
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Hashtable
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.ArrayList
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.logger.Logger:assertTrue
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.List:iterator
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.List:add
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getTarget
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.config.ConfigTarget$TYPE:ordinal
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.String:equalsIgnoreCase
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:addListener
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getSources
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.config.ConfigSource
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.util.MapList
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:addConfigManager
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Collections:sort
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.Integer:intValue
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.Integer:valueOf
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:hasOption
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:getOption
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.IllegalArgumentException
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.String:trim
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.Integer:parseInt
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.util.ConfigFile:getKeyDomain
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.util.ConfigFile:isKeyDomain
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.util.RollingList
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.regex.Pattern:compile
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.regex.Pattern:matcher
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.regex.Matcher:matches
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.regex.Matcher:group
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.Object:getClass
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.Class:getAnnotation
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.Class:isAnnotationPresent
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.String:isEmpty
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.String:charAt
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.String:length
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.String:substring
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.HashMap
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Map:entrySet
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Set:iterator
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Map$Entry:getKey
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.commandparser.CommandType:equals
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.lang.String:equals
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:java.util.Map:isEmpty
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.parser.irc.IRCParser:sendLine
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.MessageTarget:sendAction
    //#unanalyzed(void execute(InputWindow, bool, CommandArguments)): Effects-of-calling:com.dmdirc.util.MapList:add
    //#test_vector(void execute(InputWindow, bool, CommandArguments)): origin: Inverse{null}, Addr_Set{null}
    //#test_vector(void execute(InputWindow, bool, CommandArguments)): com.dmdirc.plugins.PluginInfo:isLoaded(...)@72: {1}, {0}
    //#test_vector(void execute(InputWindow, bool, CommandArguments)): com.dmdirc.plugins.PluginManager:getPluginInfoByName(...)@68: Addr_Set{null}, Inverse{null}
    //#test_vector(void execute(InputWindow, bool, CommandArguments)): getArguments(...).length@59: {2..+Inf}, {0,1}
            showUsage(origin, isSilent, "ifplugin", "<[!]plugin> <command>");
            return;
        }
        
        final boolean negative = args.getArguments()[0].charAt(0) == '!';
        
        final String pname = args.getArguments()[0].substring(negative ? 1 : 0);
        
        final PluginInfo pluginInfo = PluginManager.getPluginManager().getPluginInfoByName(pname);
    //#Ifplugin.java:68: Warning: method not available - call not analyzed
    //#    call on PluginManager com.dmdirc.plugins.PluginManager:getPluginManager()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: void execute(InputWindow, bool, CommandArguments)
    //#    unanalyzed callee: PluginManager com.dmdirc.plugins.PluginManager:getPluginManager()
    //#Ifplugin.java:68: Warning: method not available - call not analyzed
    //#    call on PluginInfo com.dmdirc.plugins.PluginManager:getPluginInfoByName(String)
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: void execute(InputWindow, bool, CommandArguments)
    //#    unanalyzed callee: PluginInfo com.dmdirc.plugins.PluginManager:getPluginInfoByName(String)
        
        boolean result = true;
        
        if (pluginInfo == null || !pluginInfo.isLoaded()) {
    //#Ifplugin.java:72: Warning: method not available - call not analyzed
    //#    call on bool com.dmdirc.plugins.PluginInfo:isLoaded()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: void execute(InputWindow, bool, CommandArguments)
    //#    unanalyzed callee: bool com.dmdirc.plugins.PluginInfo:isLoaded()
            result = false;
        }
        
        if (result != negative) {
            if (origin == null) {
                GlobalCommandParser.getGlobalCommandParser().parseCommand(null,
    //#Ifplugin.java:78: ?precondition failure
    //#    com/dmdirc/commandparser/parsers/CommandParser.parseCommand: line != null
    //#    severity: MEDIUM
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: void execute(InputWindow, bool, CommandArguments)
    //#    basic block: bb_14
    //#    assertion: getArgumentsAsString(...) != null
    //#    callee: void com/dmdirc/commandparser/parsers/CommandParser.parseCommand(InputWindow, String)
    //#    callee assertion: line != null
    //#    callee file: CommandParser.java
    //#    callee precondition index: [3]
    //#    callee srcpos: 209
    //#    VN: getArgumentsAsString(...)
    //#    Expected: Inverse{null}
    //#    Bad: Addr_Set{null}
    //#    Attribs:  Ptr  null in Bad
                        args.getArgumentsAsString(1));
            } else {
                origin.getCommandParser().parseCommand(origin, args.getArgumentsAsString(1));
    //#Ifplugin.java:81: Warning: method not available - call not analyzed
    //#    call on CommandParser com.dmdirc.ui.interfaces.InputWindow:getCommandParser()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: void execute(InputWindow, bool, CommandArguments)
    //#    unanalyzed callee: CommandParser com.dmdirc.ui.interfaces.InputWindow:getCommandParser()
    //#Ifplugin.java:81: ?precondition failure
    //#    com/dmdirc/commandparser/parsers/CommandParser.parseCommand: line != null
    //#    severity: MEDIUM
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: void execute(InputWindow, bool, CommandArguments)
    //#    basic block: bb_15
    //#    assertion: getArgumentsAsString(...) != null
    //#    callee: void com/dmdirc/commandparser/parsers/CommandParser.parseCommand(InputWindow, String)
    //#    callee assertion: line != null
    //#    callee file: CommandParser.java
    //#    callee precondition index: [3]
    //#    callee srcpos: 209
    //#    VN: getArgumentsAsString(...)
    //#    Expected: Inverse{null}
    //#    Bad: Addr_Set{null}
    //#    Attribs:  Ptr  null in Bad
            }
        }
    }
    //#Ifplugin.java:84: end of method: void com.dmdirc.commandparser.commands.global.Ifplugin.execute(InputWindow, bool, CommandArguments)
    
    /** {@inheritDoc} */
    @Override
    public String getName() {
        return "ifplugin";
    //#Ifplugin.java:89: method: String com.dmdirc.commandparser.commands.global.Ifplugin.getName()
    //#output(String getName()): return_value
    //#post(String getName()): return_value == &"ifplugin"
    //#Ifplugin.java:89: end of method: String com.dmdirc.commandparser.commands.global.Ifplugin.getName()
    }
    
    /** {@inheritDoc} */
    @Override
    public boolean showInHelp() {
        return true;
    //#Ifplugin.java:95: method: bool com.dmdirc.commandparser.commands.global.Ifplugin.showInHelp()
    //#output(bool showInHelp()): return_value
    //#post(bool showInHelp()): return_value == 1
    //#Ifplugin.java:95: end of method: bool com.dmdirc.commandparser.commands.global.Ifplugin.showInHelp()
    }
    
    /** {@inheritDoc} */
    @Override
    public String getHelp() {
        return "ifplugin <[!]plugin> <command> - executes a command if the " +
    //#Ifplugin.java:101: method: String com.dmdirc.commandparser.commands.global.Ifplugin.getHelp()
    //#output(String getHelp()): return_value
    //#post(String getHelp()): return_value == &"ifplugin <[!]plugin> <command> - executes a command if the specified plugin is.isn't loaded"
    //#Ifplugin.java:101: end of method: String com.dmdirc.commandparser.commands.global.Ifplugin.getHelp()
                "specified plugin is/isn't loaded";
    }

    /** {@inheritDoc} */
    @Override
    public AdditionalTabTargets getSuggestions(final int arg, final List<String> previousArgs) {
        AdditionalTabTargets res;
        
        if (arg == 0) {
    //#Ifplugin.java:110: method: AdditionalTabTargets com.dmdirc.commandparser.commands.global.Ifplugin.getSuggestions(int, List)
    //#input(AdditionalTabTargets getSuggestions(int, List)): "!"._tainted
    //#input(AdditionalTabTargets getSuggestions(int, List)): arg
    //#input(AdditionalTabTargets getSuggestions(int, List)): previousArgs
    //#output(AdditionalTabTargets getSuggestions(int, List)): return_value
    //#presumption(AdditionalTabTargets getSuggestions(int, List)): com.dmdirc.plugins.PluginManager:getPluginInfos(...)@114 != null
    //#presumption(AdditionalTabTargets getSuggestions(int, List)): com.dmdirc.plugins.PluginManager:getPluginManager(...)@114 != null
    //#presumption(AdditionalTabTargets getSuggestions(int, List)): com.dmdirc.ui.input.AdditionalTabTargets:excludeAll(...)@111 != null
    //#presumption(AdditionalTabTargets getSuggestions(int, List)): java.util.Iterator:next(...)@114 != null
    //#post(AdditionalTabTargets getSuggestions(int, List)): init'ed(return_value)
    //#test_vector(AdditionalTabTargets getSuggestions(int, List)): arg: {-2_147_483_648..-1, 1..4_294_967_295}, {0}
            res = new AdditionalTabTargets().excludeAll();
    //#Ifplugin.java:111: Warning: method not available - call not analyzed
    //#    call on void com.dmdirc.ui.input.AdditionalTabTargets()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: AdditionalTabTargets getSuggestions(int, List)
    //#    unanalyzed callee: void com.dmdirc.ui.input.AdditionalTabTargets()
    //#Ifplugin.java:111: Warning: method not available - call not analyzed
    //#    call on AdditionalTabTargets com.dmdirc.ui.input.AdditionalTabTargets:excludeAll()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: AdditionalTabTargets getSuggestions(int, List)
    //#    unanalyzed callee: AdditionalTabTargets com.dmdirc.ui.input.AdditionalTabTargets:excludeAll()

            for (PluginInfo possPlugin
                    : PluginManager.getPluginManager().getPluginInfos()) {
    //#Ifplugin.java:114: Warning: method not available - call not analyzed
    //#    call on PluginManager com.dmdirc.plugins.PluginManager:getPluginManager()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: AdditionalTabTargets getSuggestions(int, List)
    //#    unanalyzed callee: PluginManager com.dmdirc.plugins.PluginManager:getPluginManager()
    //#Ifplugin.java:114: Warning: method not available - call not analyzed
    //#    call on Collection com.dmdirc.plugins.PluginManager:getPluginInfos()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: AdditionalTabTargets getSuggestions(int, List)
    //#    unanalyzed callee: Collection com.dmdirc.plugins.PluginManager:getPluginInfos()
                res.add(possPlugin.getName());
    //#Ifplugin.java:115: Warning: method not available - call not analyzed
    //#    call on String com.dmdirc.plugins.PluginInfo:getName()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: AdditionalTabTargets getSuggestions(int, List)
    //#    unanalyzed callee: String com.dmdirc.plugins.PluginInfo:getName()
    //#Ifplugin.java:115: Warning: method not available - call not analyzed
    //#    call on bool com.dmdirc.ui.input.AdditionalTabTargets:add(Object)
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: AdditionalTabTargets getSuggestions(int, List)
    //#    unanalyzed callee: bool com.dmdirc.ui.input.AdditionalTabTargets:add(Object)
                res.add("!" + possPlugin.getName());
    //#Ifplugin.java:116: Warning: method not available - call not analyzed
    //#    call on String com.dmdirc.plugins.PluginInfo:getName()
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: AdditionalTabTargets getSuggestions(int, List)
    //#    unanalyzed callee: String com.dmdirc.plugins.PluginInfo:getName()
    //#Ifplugin.java:116: Warning: method not available - call not analyzed
    //#    call on bool com.dmdirc.ui.input.AdditionalTabTargets:add(Object)
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: AdditionalTabTargets getSuggestions(int, List)
    //#    unanalyzed callee: bool com.dmdirc.ui.input.AdditionalTabTargets:add(Object)
            }            
        } else {
            res = TabCompleter.getIntelligentResults(arg, previousArgs, 1);
    //#Ifplugin.java:119: Warning: method not available - call not analyzed
    //#    call on AdditionalTabTargets com.dmdirc.ui.input.TabCompleter:getIntelligentResults(int, List, int)
    //#    severity: INFORMATIONAL
    //#    class: com.dmdirc.commandparser.commands.global.Ifplugin
    //#    method: AdditionalTabTargets getSuggestions(int, List)
    //#    unanalyzed callee: AdditionalTabTargets com.dmdirc.ui.input.TabCompleter:getIntelligentResults(int, List, int)
        }
        
        return res;
    //#Ifplugin.java:122: end of method: AdditionalTabTargets com.dmdirc.commandparser.commands.global.Ifplugin.getSuggestions(int, List)
    }    
    
}
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Descendant_Table[com/dmdirc/commandparser/commands/global/Ifplugin]
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.getHelp()Ljava/lang/String;
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.getName()Ljava/lang/String;
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.getSuggestions(ILjava/util/List;)Lcom/dmdirc/ui/input/AdditionalTabTargets;
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType;
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.sendLine(Lcom/dmdirc/ui/interfaces/InputWindow;ZLjava/lang/String;[Ljava/lang/Object;)V
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.showInHelp()Z
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.showUsage(Lcom/dmdirc/ui/interfaces/InputWindow;ZLjava/lang/String;Ljava/lang/String;)V
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): com/dmdirc/commandparser/CommandInfo.__Descendant_Table[com/dmdirc/commandparser/commands/global/Ifplugin]
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): com/dmdirc/commandparser/commands/Command.__Descendant_Table[com/dmdirc/commandparser/commands/global/Ifplugin]
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): com/dmdirc/commandparser/commands/GlobalCommand.__Descendant_Table[com/dmdirc/commandparser/commands/global/Ifplugin]
    //#output(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): com/dmdirc/commandparser/commands/IntelligentCommand.__Descendant_Table[com/dmdirc/commandparser/commands/global/Ifplugin]
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Descendant_Table[com/dmdirc/commandparser/commands/global/Ifplugin] == &__Dispatch_Table
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): com/dmdirc/commandparser/CommandInfo.__Descendant_Table[com/dmdirc/commandparser/commands/global/Ifplugin] == &__Dispatch_Table
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): com/dmdirc/commandparser/commands/Command.__Descendant_Table[com/dmdirc/commandparser/commands/global/Ifplugin] == &__Dispatch_Table
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): com/dmdirc/commandparser/commands/GlobalCommand.__Descendant_Table[com/dmdirc/commandparser/commands/global/Ifplugin] == &__Dispatch_Table
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): com/dmdirc/commandparser/commands/IntelligentCommand.__Descendant_Table[com/dmdirc/commandparser/commands/global/Ifplugin] == &__Dispatch_Table
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.execute(Lcom/dmdirc/ui/interfaces/InputWindow;ZLcom/dmdirc/commandparser/CommandArguments;)V == &execute
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.getHelp()Ljava/lang/String; == &getHelp
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.getName()Ljava/lang/String; == &getName
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.getSuggestions(ILjava/util/List;)Lcom/dmdirc/ui/input/AdditionalTabTargets; == &getSuggestions
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.getType()Lcom/dmdirc/commandparser/CommandType; == &com/dmdirc/commandparser/commands/GlobalCommand.getType
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.sendLine(Lcom/dmdirc/ui/interfaces/InputWindow;ZLjava/lang/String;[Ljava/lang/Object;)V == &com/dmdirc/commandparser/commands/Command.sendLine
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.showInHelp()Z == &showInHelp
    //#post(com.dmdirc.commandparser.commands.global.Ifplugin__static_init): __Dispatch_Table.showUsage(Lcom/dmdirc/ui/interfaces/InputWindow;ZLjava/lang/String;Ljava/lang/String;)V == &com/dmdirc/commandparser/commands/Command.showUsage
    //#Ifplugin.java:: end of method: com.dmdirc.commandparser.commands.global.Ifplugin.com.dmdirc.commandparser.commands.global.Ifplugin__static_init
    //#Ifplugin.java:: end of class: com.dmdirc.commandparser.commands.global.Ifplugin
