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.

need script to notify aops when they dont join channel

Old posts that have not been replied to for several years.
Locked
z
zain

need script to notify aops when they dont join channel

Post by zain »

i need a tcl so that i can add all the channel aop in its user file and whenever any of my aops join irc the bot greets them and if they dont join the specified channel the bot send them warning messages that they should be there in the channel too at specific time delay unless they join the channel. i have seen such tcl working in an eggdrop can anybody make such for me or let me know from where i can get this please. it must be some combination of babelist.tcl and services.tcl
Last edited by zain on Thu Dec 18, 2003 11:27 am, edited 1 time in total.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

I've seen such script in one of the tcl archives.. try searching out there.
z
zain

please help

Post by zain »

i am unable to find any can you please atleast write down the script for notifying please on connect using ISON or guide me about such script please
Last edited by zain on Fri Dec 19, 2003 8:12 pm, edited 1 time in total.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

You can also benefit from a forum search.
z
zain

Post by zain »

i ve searched and in search i heard about a tcl watch.tcl but couldnt find that too please anybody help me
z
zain

any notify script

Post by zain »

allrite atleast tell me about any script which only work like mirc notify when someone comes online with ISON switch please
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

i think the command ur refering to is onchan or something ISON also irc cmd so little confusing ..
onchan <nickname> [channel]
Returns: 1 if someone by that nickname is on the specified channel (or any channel if none is specified); 0 otherwise

Module: irc
check ur manual
XplaiN but think of me as stupid
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

If you have a lot of aops, you might have problems, because watch lists only let you have a certain number of people. But it's nicer than ison since you don't have to constantly send "ison blah blah blah" to the server. Anyway, here is a script to get you started:

http://stdarg.techmonkeys.org/egg/scrip ... onseye.tcl

I think it works, but I only tested it for a minute. Let me know if there are bugs!
Locked