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.
Help for those learning Tcl or writing their own scripts.
Cobra_Fast
Voice
Posts: 1 Joined: Thu Feb 11, 2010 11:11 am
Post
by Cobra_Fast » Thu Feb 11, 2010 11:14 am
Hi,
I want to read the channel modes for the user who triggered the pubm event. So i want to read the common modes qaohv of this particular user on that particular channel.
How do I do this inside the proc?
Im thankful to any response!
TCL_no_TK
Owner
Posts: 509 Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire
Post
by TCL_no_TK » Thu Feb 11, 2010 2:15 pm
Arbitrary chanmodes (+q, +a)
This script provides accessor functions to get ownership/adminship (or w/e those are) to tcl scripts.
http://thommey.tclhelp.net/?page=scripts
As for the +o +h and +v read the eggdrop documents, for commands;
isop isvoice and
ishalfop