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

by arfer
Sat Mar 12, 2005 9:36 am
Forum: Archive
Topic: Help trapping notices from chanserv
Replies: 15
Views: 5448

Help trapping notices from chanserv

I am writing a public commands script (for DalNet) to include such things as .Addaop (add an AOp to the channel access list). I would like to trap responses from Chanserv. For example the bind & command:- set vChannelServices "chanserv@services.dal.net" bind o|o .addaop pToolsAddaop pr...
by arfer
Tue Jan 18, 2005 11:35 am
Forum: Archive
Topic: help with correct regexp syntax needed
Replies: 4
Views: 5564

help with correct regexp syntax needed

Attempting regexp for the first time but I can't seem to get the syntax correct. I want to test if a string is between 1000 and 99999 (I know there are simpler methods than regexp to do this by the way) # testing script # format !test <argument> bind pub - !test ptest proc ptest {nick uhost hand cha...
by arfer
Sun Jan 16, 2005 2:17 pm
Forum: Archive
Topic: correct use of 'bind mode'
Replies: 6
Views: 2361

silly me

yeh the op/deop works but it cant devoice if it doesnt have ops

I'll just go crawl down a hole somewhere
by arfer
Sun Jan 16, 2005 1:11 pm
Forum: Archive
Topic: correct use of 'bind mode'
Replies: 6
Views: 2361

Thanks avilon/spock. Incorperated your 2 suggestions and dont get an error now. Howeverr, whilst the channel message is displayed, the demotion doesn't occur. bind MODE - * pDemote proc pDemote {nick uhost hand chan mode victim} { global botnick if {[isbotnick $victim] && $mode == "+o&q...
by arfer
Sun Jan 16, 2005 12:04 pm
Forum: Archive
Topic: correct use of 'bind mode'
Replies: 6
Views: 2361

correct use of 'bind mode'

I've made a pretty stupid mistake, I know it. Cant get this to work though bind MODE - * pDemote proc pDemote {nick uhost hand chan mode victim} { global botnick if {$victim == $botnick && $mode == +o} { pushmode $chan -o $botnick putserv "PRIVMSG $chan :Please don't Op me, I'm not expe...
by arfer
Tue Jan 11, 2005 9:10 pm
Forum: Archive
Topic: Character ~ in the IRC /whois reply
Replies: 5
Views: 1467

Just a thanks re the ~

Once again guys .. most helpful

Cheers
by arfer
Tue Jan 11, 2005 1:53 pm
Forum: Archive
Topic: Character ~ in the IRC /whois reply
Replies: 5
Views: 1467

Character ~ in the IRC /whois reply

Sometimes a /whois will give the reply (for example) :-

nick is ~somebody@somewhere.com

and sometimes :-

nick is somebody@somewhere.com

i need to deal with the ~ programmatically, so i wonder if i could get an explanation of what it is/does?

something to do with ident i suspect
by arfer
Thu Jan 06, 2005 10:40 am
Forum: Archive
Topic: Current console channel
Replies: 7
Views: 2176

thanks 'user'
than one worked just fine

i dunno, you experts would be lost without us newbies :P
by arfer
Wed Jan 05, 2005 10:41 pm
Forum: Archive
Topic: Current console channel
Replies: 7
Views: 2176

Thanks but I can't seem to get CHJN to work in the script as it currently stands, perhaps because there's a limitation on the flags allowed (one of *, +, @, %)

I'm not sure I follow this exactly. Would a flag setting of * mean that it only reports owner as having joined the partyline?
by arfer
Wed Jan 05, 2005 6:55 pm
Forum: Archive
Topic: Current console channel
Replies: 7
Views: 2176

On second thoughts this doesnt seem to work It notifies of leaving partyline, but not joining Perhaps [lindex [console $idx] 0] is meaningless if i'm not already on the partyline Can anybody help? # is notify off (0) or on (1) by default set vNotifyStatus 1 bind CHON -|- * pNotifyOnline proc pNotify...
by arfer
Wed Jan 05, 2005 5:48 pm
Forum: Archive
Topic: Current console channel
Replies: 7
Views: 2176

Cheers spock ... spot on
by arfer
Wed Jan 05, 2005 5:22 pm
Forum: Archive
Topic: Current console channel
Replies: 7
Views: 2176

Current console channel

Can you tell me how to find the current console channel name programatically.

ie. The IRC channel that the bot would output a .say command to
by arfer
Fri Dec 31, 2004 9:54 pm
Forum: Archive
Topic: mIRC'like DCC chat
Replies: 1
Views: 1847

mIRC'like DCC chat

Using /ctcp botnick chat or programmatically *ctcp:CHAT $nick $uhost $hand $botnick CHAT $arg opens a telnet like DCC private chat session with many spurious characters in the bot's responses. Eg. Enter your password.ÿû¬ I would ideally prefer something programatically equivalent to the mIRC command...
by arfer
Fri Nov 26, 2004 8:52 pm
Forum: Archive
Topic: Worldtime script by Murf not functioning
Replies: 6
Views: 1911

Worldtime script by Murf not functioning

worldtime1.1.tcl by Murf has ceased to function on my bot. I saw a comment from another user on the authors site (now seems to be closed) attributing the problem to changes in the website used by the script.

Anybody know how to fix it or know the author?