promotional bannermobile promotional banner

VoIP Announcer

Chat announcer for VoIP. Either Guild or Personal.

File Details

v1.0.8

  • R
  • Mar 30, 2017
  • 5.17 KB
  • 328
  • 7.2.0
  • Retail

File Name

VoIPAnnouncer-v1.0.8.zip

Supported Versions

  • 7.2.0

commit 4889470eeb7714a28f5c423dd196fd7694780177
Author: lownignitus <lownignitus@gmail.com>
Date:   Thu Mar 30 04:38:05 2017 -0700

    v1.0.8 TOC update 7.2

commit e35d720ecde74290d27a2ae0eccf7942fe7db69d
Author: lownignitus <lownignitus@gmail.com>
Date:   Tue Oct 25 10:19:57 2016 -0700

    TOC update for 7.1

commit d3ca09c8af39aa227e67b729739223f83c8eb185
Author: lownignitus <lownignitus@gmail.com>
Date:   Tue Oct 11 20:57:16 2016 -0700

    Chat announcer for VoIP. Either Guild or Personal.

    Addon to announce to chat your guild 's or your personal VoIP
    information.

    If you want to localize addon for other languages please message me work
    you have done so I can include it with the published package.

    Ability to pull VoIP info directly from Guild Info Text and print to
    either Guild chat, Group chat, Raid chat or a Raid Warning. You can also
    set a custom personal VoIP Info to be sent to Group Chat or Raid Chat.
    Information has to be formatted in this format in Guild Info Text:

    [VoIP]
    <VoIP Service>
    IP: <Address>:<Port>
    Password: <Password>

    Example:

    [VoIP]
    TeamSpeak3
    IP: test.teamspeakip.com:9987
    Password: P@ssw0rd

    To set personal VoIP in Interface Options use the same format, but do
    not include [VoIP].

    Slash commands are:
    /VoIPA - for in game slash command list.
    /VoIPA Info - for addon info
    /VoIPA options - for interface options
    / va - to use custom voip info in group or raid
    /vag - to print guild VoIP info to guild chat
    /var - to print guild VoIP info to group or raid
    /varw - to print guild VoIP info as a raid warning

commit c4a106a53241e9d5d256719c11608929083c96fe
Author: lownignitus <lownignitus@gmail.com>
Date:   Tue Oct 11 20:55:42 2016 -0700

    :space_invader: Added .gitattributes & .gitignore files