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.

read User Channel Modes?

Help for those learning Tcl or writing their own scripts.
Post Reply
C
Cobra_Fast
Voice
Posts: 1
Joined: Thu Feb 11, 2010 11:11 am

read User Channel Modes?

Post by Cobra_Fast »

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!
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

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
Post Reply