Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - awsome

Pages: [1]
1
Scripting / Greet Script
« on: February 28, 2009, 04:32:56 PM »
K well im still learning scripting and i made this i guess if anyone would like to use plz feel free

Code: [Select]
'Greet
'1.0

Sub Greet_event_load()
  Addchat vbGreen, "-----------Plugin Greet Loaded--------"
  Addchat vbGreen, "-------------Made by Awsome ----------"
  Addchat vbGreen, "----------Speacial thanks to Hero-----"
End Sub
Sub Greet_event_userjoins(Username, Flags, Message, Ping, Product, Level, OriginalStatString)
  AddQ "/me | " & Username & " has joined the channel," & " Your ping is: " & Ping
End Sub

2
Requests / Request on a small script.
« on: February 24, 2009, 03:45:47 PM »
k im still knew to the scripting world and if i knew how to make these i would but i dont .
Anyways, i was wondering if it possible to make a script where stealthbot would connect to your formus. This is so that the bot would kick anyone that's not registered, out of the channel.

Help Would me nice

Pages: [1]