WannaKnow

WannaKnow

Joined
May 07, 2008

Activity Stream

WannaKnow commented on a Page, SassIRC Flood Protection Module V 1.7  -  Feb 25, 2009

Cheiron/Punkterd: I dont see the part where you set it +RC (Or does chanserv does this automatic?)

 Respond  
WannaKnow commented on a Page, First Socket  -  Jan 23, 2009

I know but he has now:
he first halt it and the he close it that won't work

 Respond  
WannaKnow commented on a Page, First Socket  -  Jan 23, 2009

if ($sockerr) {
echo -a Error.
halt
sockclose $sockname
}

A error: It stop the script before it close it change the halt and the sockclose

 Respond  
WannaKnow commented on a Page, Elite Text Auto Respond For Hacking  -  Oct 06, 2008

10/10 :P

Nice ;/

 Respond  
WannaKnow commented on a Page, Admin checker  -  Oct 02, 2008

Ok

 Respond  
WannaKnow commented on a Page, Admin checker  -  Oct 02, 2008

It isent returnning anything when the user don't have a level

 Respond  
WannaKnow created a Page  -  Oct 01, 2008
773 

I was boring so i created this :P

 Respond   mIRC  
WannaKnow commented on a Page, Admin checker  -  Oct 01, 2008

NIGathan

I don't want to return the highest status, I want to return If they are owner or Admin so you dont only can use if ($nick isop $chan) {

Now you even can use this for Only & or ~

 Respond  
WannaKnow created a Page  -  Oct 01, 2008
942 

I have created a script with can check if someone is @ % & * + ~ is on the channel

WannaKnow commented on a Page, Nick Identifier  -  Oct 01, 2008

The Connect function is only working for you and not when someone else connects to IRC

 Respond  
WannaKnow commented on a Page, /calc  -  Sep 24, 2008

Napalm that dont work i think $0 always return 0 if you typ /calc

I think it need to be $1

 Respond  
WannaKnow commented on a Page, Invitebot  -  Sep 24, 2008

Even as a bracket error last alias ..

on 1:join:#: {
  if ($nick == ChanServ) || ($nick == $me) { halt }
  if (%inop == On) { invop } | if (%inop == Off) { halt }
  /msg $nick %inmsg }
}
alias invop {
  if ($nick isop $chan) || ($nick isvo $chan) { .msg $nick %inmsg }

That isent right

See the last rule from the on !:join part
msg $chan %inmsg }
Where do you get } from?

In the last alias i think you don't missed a } because you had on the join part 1 to much.

Change it to:

on 1:join:#: {
  if ($nick == ChanServ) || ($nick == $me) { halt }
  if (%inop == On) { invop } | if (%inop == Off) { halt }
  /msg $nick %inmsg
}
alias invop {
  if ($nick isop $chan) || ($nick isvo $chan) { .msg $nick %inmsg }
}
 Respond  
WannaKnow commented on a Page, whois script  -  Jun 07, 2008
  • No such identifier: $e
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.