WHOISFiberDelegate.pattern

Undocumented in source.
  1. enum pattern;
    mixintemplate WHOISFiberDelegate(alias onSuccess, alias onFailure = null, Flag!"alwaysLookup" alwaysLookup = No.alwaysLookup)
    static if((paramNames.length == 0) || !is(typeof(mixin (paramNames[0])) : IRCPlugin))
    enum pattern = "`WHOISFiberDelegate` should be mixed into the context of an event handler. " ~ "(First parameter of `%s` is not an `IRCPlugin` subclass)";
  2. enum pattern;

Meta