onCommandFollowAge

Implements "Follow Age", or the ability to query the server how long you (or a specified user) have been a follower of the current channel.

Lookups are done asynchronously in subthreads.

version(TwitchSupport && WithTwitchPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.SELFCHAN).permissionsRequired(Permissions.anyone).channelPolicy(ChannelPolicy.home).fiber(true).addCommand(IRCEventHandler.Command().word("followage").policy(PrefixPolicy.prefixed).description("Queries the server for how long you have been a follower " ~ "of the current channel. Optionally takes a nickname parameter, " ~ "to query for someone else.").addSyntax("$command [optional nickname]"))
void
onCommandFollowAge

See Also