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 14 matches

by Valentin
Thu Mar 02, 2023 9:39 pm
Forum: Scripting Help
Topic: gsearch
Replies: 3
Views: 4010

Thanks Spike^^! Working perfect :)
by Valentin
Thu Mar 02, 2023 5:54 pm
Forum: Scripting Help
Topic: gsearch
Replies: 3
Views: 4010

gsearch

I try to run this tcl, but make me error: Error loading script 'scripts/gsearch.tcl': can't read "::google": no such variable ###################################################################################### # CT-Google.tcl #############################################################...
by Valentin
Mon Feb 20, 2023 5:21 pm
Forum: Script Requests
Topic: script for facebook
Replies: 1
Views: 2591

script for facebook

You know couple tcls for youtube. So how to make a tcl for facebook to show info about video in to the channel?
by Valentin
Tue Feb 07, 2023 10:39 pm
Forum: Script Requests
Topic: is it posiable someone help me with SAMODE?
Replies: 5
Views: 2015

is it posiable someone help me with SAMODE?

I`m use this script fot ircop bot to get @ in every chan. Is it posiable to make it to get + in #opers. In every chan will get @, exempt #opers. In #opers has to be with + bind join - * join:opbot proc join:opbot { nick host hand chan } { if {$nick eq $::botnick} { putserv "SAMODE $chan +o $::b...
by Valentin
Thu Jan 26, 2023 1:14 pm
Forum: Script Requests
Topic: I`m use thommey`s arbchanmodes.tcl but I`m using inspircd-3.
Replies: 5
Views: 1806

I`m use thommey`s arbchanmodes.tcl but I`m using inspircd-3.

I`m using inspircd-3.15.0 and I thing the answer what inspircd send back is differend. When I send command /who #chan, inspirct turn me back: #Vidin supervisor H*~rs ~sys@darkirc/staff/supervisor :0 Valentin So I need only ~ for correct work tcl. Some one help me? This is original tcl. # arbchanmode...
by Valentin
Mon Sep 05, 2022 10:53 am
Forum: Scripting Help
Topic: VPN Hunter
Replies: 3
Views: 2162

Hey CrazyCat, My idea been to show me ip and country from connection.
For example CrazyCat is connected with ip 1.1.1.1 from France.
May be I didn`t explaned you better. So that is what I want, and is more better if show me only vpn connections.
by Valentin
Mon Sep 05, 2022 12:02 am
Forum: Scripting Help
Topic: VPN Hunter
Replies: 3
Views: 2162

VPN Hunter

Hello, all. I have this script, that make the bot to add gline to all vpns if is !on and show all vpns connection if is !off. But something doesn`t work properly. The bot show me all connections in that channel, doesn`t matter are they vpn or not. I need a help to fix it. package require http packag...
by Valentin
Sun Sep 04, 2022 11:23 pm
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17670

Re: samop.tcl version 0.1

# set one admin channel here for an added security check. # both the bot and the command user will need to be in this channel. # maybe set this channel password protected or invite only... # ex. set samop(adminchan) "#admins" # or set empty to not require command users to be in an admin c...
by Valentin
Sun Sep 04, 2022 8:25 pm
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17670

Thank you CrazyCat is working perfect!
by Valentin
Sun Sep 04, 2022 4:29 pm
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17670

The bot now is give OP only to the user who use the command.
The false is my. I ment the bot must give OP to everyone named in the command.
The script must be work like this way: "op #somechannel somenick"
by Valentin
Sun Sep 04, 2022 3:57 pm
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17670

Yeah, this work Spike^^ but is give OP only to the user use the command. I can`t give OP to another user. I can get of only to myself.
by Valentin
Sun Sep 04, 2022 1:53 pm
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17670

So, the point is to give me op at any channel where I want. The bot is IRCop. And must make notice at #admins for any get op. The bot will not be in the channel where I want to give me OP. Must be something like OperServ but eggdrop.
by Valentin
Sun Sep 04, 2022 4:44 am
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17670

CrazyCat wrote:Give the error message, use .set errorInfo to have more datas about the error.
But...
- $chan is never setted
- PRIVMAG ?

Hey, CrazyCat. This is the error:
[08:42:39] Tcl error [msg:op]: can't read "chan": no such variable
by Valentin
Sun Sep 04, 2022 1:04 am
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17670

Ircop eggdrop bot with SACommands

Hello guys. I need a little bit help about this script. Something is wrong. Is it possiable someone help me with it? bind msg n op msg:op proc msg:op {nick uhost handle txt} { if {$txt == ""} { putserv "samode $chan +o $nick" return 0 } if {![onchan $txt $chan]} { putserv "n...