hoor1992

join in room

Feb 12th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.96 KB | None | 0 0
  1.      ''''''''''''full bot
  2.                             ElseIf msg.Body.ToLower().StartsWith("full/") Then
  3.                                 If full.Checked = True Then
  4.                                     If FULLCOUNT <= maxfull.Value Then
  5.                                         Dim full As FULLBOT = New FULLBOT
  6.                                         Dim M As String() = msg.Body.ToLower().Split("/")
  7.                                         full.Connecting(CType(sender, XmppClientConnection), M(1), M(2), M(3), msg.From.User)
  8.                                         FULLCOUNT += 1
  9.                                     Else
  10.                                         DirectCast(sender, XmppClientConnection).Send(New agsXMPP.protocol.client.Message(msg.From.User + "@nimbuzz.com", MessageType.chat, "Sorry . Your request is impossible because logined servers is over than maximum value ."))
  11.                                     End If
  12.                                 End If
Add Comment
Please, Sign In to add comment