commands [message #89923] |
Tue, 25 May 2004 11:45 |
Pavla
Messages: 38 Registered: March 2004 Location: Netherlands
Karma: 0
|
Recruit |
|
|
for simple custom commands like !website open up your irc client, go to the scripting window and open up the tab "remote", copy paste there this line and replace the command and text. It is neceserry to have all the rights for typing commands and having the irc client all the time running.
on *:TEXT:*!website*:#: { //msg $chan !msg http://www.mysite.com }
|
|
|
commands [message #90133] |
Wed, 26 May 2004 05:07 |
dead6re
Messages: 602 Registered: September 2003
Karma: 0
|
Colonel |
|
|
Or do my smelly way which works.
alias channel {
; This is the channel the bot reports to
return #my_bot_room
}
alias website {
; This is your website
return http://www.google.com
}
on *:TEXT:*!website*:$channel: { /msg $chan !msg $website }
|
|
|
commands [message #93775] |
Tue, 08 June 2004 20:30 |
NoEvidenZ
Messages: 3 Registered: July 2003 Location: Melbourne, Australia
Karma: 0
|
Recruit |
|
|
Dude, those are aliases, not variables.
Aren't they like, COMPLETELY different?
NoEvidenZ
Breathe In, Now Breathe Out
Hands Up, Now Hands Down
Step In, Now Step Out
You Need Some Excercise Now...
There Is no F***ING Spoon!!!
HOW MANY TIMES DO I HAVE TO TELL YOU!?!?!
|
|
|
|