egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Help with this script Thnx

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive
View previous topic :: View next topic  
Author Message
whiteshark
Halfop


Joined: 12 Jun 2005
Posts: 62
Location: netherlands

PostPosted: Thu Aug 25, 2005 11:39 am    Post subject: Help with this script Thnx Reply with quote

Hello who can edit this script that all users on the channel in #trivia.nl the command !nieuws can use.
everybody use !nieuws that the bot the nieuws on the channel voice,op ect.
Thnx you
Code:

##########################################################
# Script: Channel Rules           # You are free to edit #
# Version: 1.0.0                  # this script as much  #
# Author: Alien                   # as you want as long  #
# Email:  alien@irctools.org      # as you keep my name  #
# Web:    www.weaklink.ws/~alien/ # in credits.          #
##########################################################
# This simple script will make a  # Feel free to email   #
# public command with channel     # me with suggestions  #
# rules. It's fully configurable .# or bugs.             #
# It's not much but it's useful.  #                      #
##########################################################

###
# Configuration starts here
###

#
# Channel where you want to use rules command.
# ex: "#channel" or use "" for all

set rules_channels "#Trivia.nl"

#
# This is command to review channel rules

set rules_command "!nieuws"

#
# Should rules be sent as chan msg (0) or private msg (1)

set rules_sendas "0"

#
# This message will be posted when someone
# request rules.

set rules_rules "Om gratis de Bot in je channel te krijgen die het Nieuws weergeeft van Fok,Gamer,Cs,hoef je het volgende alleen maar te doen,typ \002!idle #channelnaam \002 (  \0031Maar pas op om de bot te behouden moet je idlen op #trivia.nl , dus dat wil zeggen als jij disconnect van #trivia.nl of quakenet dan disconnect de Bot ook van jouw channel en zou je weer van voor af aan moeten beginnen met) \0034 \002!idle #channelnaam \002"

#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#
#                      End of conf                      #
# You shouldn't edit anything below unless you know how.#
#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#

# OK, let's bind a litle

bind pub - $rules_command pub_rules

# Now the procedure to cover that bind

proc pub_rules { nick host hand chan smt } {
global rules_channels rules_rules rules_sendas
if {$rules_sendas == "0"} { set tgt $chan }
if {$rules_sendas == "1"} { set tgt $nick }
 if {$rules_channels == ""} {
         puthelp "PRIVMSG $tgt :$nick, \002-Nieuws-\002 $rules_rules"
         return 0
 }
 if {$chan == $rules_channels} {
         puthelp "PRIVMSG $tgt :$nick,\002-Nieuws-\002 $rules_rules"
 }
}

# That should do it. Now let me adv :P

putlog "ALI: Loaded Channel Rules TCL by Alien"
Back to top
View user's profile Send private message Visit poster's website
demond
Revered One


Joined: 12 Jun 2004
Posts: 3073
Location: San Francisco, CA

PostPosted: Thu Aug 25, 2005 12:24 pm    Post subject: Reply with quote

it already does that, you are on the wrong forum and curiously enough for a Dutch native, your English is awful (YooHoo would have said you talk like Yoda)
Back to top
View user's profile Send private message Visit poster's website
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Thu Aug 25, 2005 6:43 pm    Post subject: Reply with quote

demond wrote:
for a Dutch native, your English is awful

Why would a Dutchman be able to speak perfect English when it's not their first language?
_________________
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Back to top
View user's profile Send private message Visit poster's website
demond
Revered One


Joined: 12 Jun 2004
Posts: 3073
Location: San Francisco, CA

PostPosted: Thu Aug 25, 2005 7:00 pm    Post subject: Reply with quote

Alchera wrote:
demond wrote:
for a Dutch native, your English is awful

Why would a Dutchman be able to speak perfect English when it's not their first language?


because they learn it at school from an early age, they practice it a lot, and probably because of some other reasons I'm not aware of; the fact is that most of the Dutch and the Scandinavian people are rather well versed in English (as opposed to the people from other countries) for whatever reasons
Back to top
View user's profile Send private message Visit poster's website
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Thu Aug 25, 2005 9:20 pm    Post subject: Reply with quote

I knew most Scandinavians were relatively fluent in English. Maybe amstelbier was a little excited when they posted and was thinking in Dutch? Happens with a French Canadian I know, they start thinking in French and their English goes straight out the window.
_________________
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Back to top
View user's profile Send private message Visit poster's website
demond
Revered One


Joined: 12 Jun 2004
Posts: 3073
Location: San Francisco, CA

PostPosted: Thu Aug 25, 2005 10:04 pm    Post subject: Reply with quote

could be, could be Wink as of French Canadians, their choice of language is rather conscious at all times, but that's another story hehe
Back to top
View user's profile Send private message Visit poster's website
Dizzle
Op


Joined: 28 Apr 2005
Posts: 109

PostPosted: Fri Aug 26, 2005 1:08 am    Post subject: Reply with quote

I'm Dutch, it aint easy too learn english in a good way, like demond sad "amstelbier" has learned english on school, like every dutch child, so think before you write.

I have too read too all my words too check them out before i post Wink
_________________
What's this real life ppl keep talking about ??? And where can I download it ???
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber