This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 47 matches

by T-Xorcist
Sun Aug 26, 2007 8:41 am
Forum: Script Requests
Topic: Get modes of channel [SOLVED]
Replies: 2
Views: 2255

I'm going to try! Thank you!

Edit: It works perfectly! Really much appreciated!
by T-Xorcist
Fri Aug 24, 2007 9:12 am
Forum: Script Requests
Topic: Get modes of channel [SOLVED]
Replies: 2
Views: 2255

Get modes of channel [SOLVED]

Hi there! I have a bit of a problem, with the modes on a channel. I have an IRCbot running on a UnrealIRCD network. How do I get the modes of the channel? Like, mtnr. The purpose? I want to check if the channel is registered, else, leave the channel again. Can anyone explain to me how this is possib...
by T-Xorcist
Tue Apr 24, 2007 1:32 pm
Forum: Eggdrop Help
Topic: flood kick message
Replies: 3
Views: 2636

Allright, very much appreciated! I'm going to try some ;)
by T-Xorcist
Tue Apr 24, 2007 9:22 am
Forum: Eggdrop Help
Topic: flood kick message
Replies: 3
Views: 2636

flood kick message

Dear,

I was wondering, is there a possibility to change the kick message for flooding? The kick message is now (flood). Is is changeable?

Greetings,

T-Xorcist
by T-Xorcist
Thu May 11, 2006 6:26 pm
Forum: Scripting Help
Topic: errh??
Replies: 2
Views: 4113

I try this: package require mysqltcl set mysql(conn) [mysqlconnect -user user -db tbot -password pass] foreach name [mysqlsel $mysql(conn) "SELECT name FROM channels" -list] { putquick "PRIVMSG $chan :$name " } mysqlclose $mysql(conn) There are 3 records in the database, but it o...
by T-Xorcist
Thu May 11, 2006 11:01 am
Forum: Script Requests
Topic: [MySQL] Join several channels
Replies: 2
Views: 4002

Thanks! But it only displays one channel .. there are 2 channels in the database. But it displays 1 channel!! Better than nothing :)

Do you know how to display all channels which are in the database ?
by T-Xorcist
Thu May 11, 2006 2:36 am
Forum: Scripting Help
Topic: [MySQL] Not doing anything with mysqltcl
Replies: 4
Views: 5049

But what is it? :P Any ideas?
by T-Xorcist
Wed May 10, 2006 7:13 pm
Forum: Modules & Programming
Topic: Eggdrop 1.6.16 needs to connect to a mysql database.
Replies: 3
Views: 10078

Try and search for mysql on this forum. You will find your answer! I happen to strugle with mysql myself :)
by T-Xorcist
Wed May 10, 2006 7:05 pm
Forum: Script Requests
Topic: [MySQL] Join several channels
Replies: 2
Views: 4002

[MySQL] Join several channels

Hi everybody, I have been working with mysqltcl for a few days now, but I just can't get it done! :cry: What I am looking for, is that the bot join several channels which are in a MySQL database. The table is called channels. It has 2 elements: ID and NAME. Name is the name of the channel. Which one...
by T-Xorcist
Wed May 10, 2006 9:23 am
Forum: Scripting Help
Topic: [MySQL] Not doing anything with mysqltcl
Replies: 4
Views: 5049

Hm, my MySQL user / password wasn't correct :S

Which is very strange, because it is there. Oh wel, sorry for bothering you guys

1 more question: how can I remove all the channels at ones? like:
channel remove * ? Is that possible?
by T-Xorcist
Tue May 09, 2006 7:21 pm
Forum: Scripting Help
Topic: [MySQL] Not doing anything with mysqltcl
Replies: 4
Views: 5049

[MySQL] Not doing anything with mysqltcl

Hi all! I just started to work with mysqltcl, but I can't find the error. I have the following code: proc test {nick host hand chan arg} { package require mysqltcl set mysql(conn) [mysqlconnect -host localhost -user tbot -db tbot -password xxxxxxx] [b][u]set query "SELECT id FROM channels WHERE...
by T-Xorcist
Sun Apr 16, 2006 5:24 am
Forum: Scripting Help
Topic: Remove # in front off channel.
Replies: 11
Views: 9735

Thank you all for giving me so much choice of doing it LoL!

Thnx! 8)
by T-Xorcist
Thu Apr 13, 2006 5:52 pm
Forum: Scripting Help
Topic: Remove # in front off channel.
Replies: 11
Views: 9735

I got this solution JUST find out:

Code: Select all

regsub -all "#" $chan "" channelname
Bad, not safe or?
by T-Xorcist
Thu Apr 13, 2006 4:54 pm
Forum: Scripting Help
Topic: Remove # in front off channel.
Replies: 11
Views: 9735

Remove # in front off channel.

Hi all, I want to execute an MySQL query with the channelname in the query, like join.php?chan=$chan. All sounds pretty neat, but MySQL / PHP does not support the # sign. My question is, how do I remove the # in front of the channel to execute the MySQL query: Example ----------- Bot is in #T-Xorcis...
by T-Xorcist
Tue Jan 17, 2006 9:55 pm
Forum: Scripting Help
Topic: utimer problem?
Replies: 11
Views: 11290

Well Sir_Fz, it goes to that procedure... thanks for that. Only.. It allways say that I haven't got @ in the channel, and then parts. Do you have any idea of what I am doing wrong? I guess the code is ok? if I do this: } else { putquick "PRIVMSG $chan :Nick = $nick" putquick "PRIVMSG ...