Skip to content

mute and bounce on nick

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #189491
    AhFox
    Member

    I am just wondering

    Is there a way to mute / bounce a person if given name

    Dim nick = “nick1”

    Private sub bounce(Byval user as String)
    // code here
    End Sub

    Private sub mute(ByVal user as String)
    // code here
    End Sub

    If there is can some1 please show me .. or give me some hints … I am really appreciated it !

    #189494
    AhFox
    Member

    got it working 🙂 …

    #189493
    ibeeback
    Member

    @NVYE wrote:

    I am just wondering

    Is there a way to mute / bounce a person if given name

    Dim nick = “nick1”

    Private sub bounce(Byval user as String)
    // code here
    End Sub

    Private sub mute(ByVal user as String)
    // code here
    End Sub

    If there is can some1 please show me .. or give me some hints … I am really appreciated it !

    Can you send yours Code here to see !!! PLS!!!

    #189492
    method
    Member

    Are u tryiing to make bouncer by giving it a list of names to bounce ? if u have made the program running i be happy to see it here for use since i am looking for such program.Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.