Thread Rating:
  • 4 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SF Coders Official Group [Applications: OPEN!]
#47
(09-05-2011, 01:03 PM)alabama Wrote: Is that the same as this? http://pastebin.com/E6yziPj5

Yep, slightly modified though, some of the old ini scripts I personally created with chatspace don't work for IRCD. I worked with chatspace for almost 7 years, but my knowledge with IRCD didn't start until a couple years ago. The codes in those raw packets (a few anyway) will only work with other people on an IRC client. Someone using a built in chat client probably won't return some of the information in that script because it doesn't send information back to you in the way something like mIRC or Xchat would.

Here's one I scripted for chatspace:
Code:
[script]
n0=on *:input:#:{
n1=  if ($1 == !ident) {
n2=    if ($me isop #) {
n3=      mode # -o $me
n4=      return
n5=    }
n6=    services identify # PASSWORD_REMOVED
n7=  }
n8=}

This identify command won't work for IRCD though, the flags and commands are completely different

Although I could have put PASSWORD_REMOVED in a global variable so it's not there manually in the script.
Reply


Messages In This Thread
RE: SF Coders Group [Applications: OPEN!] - by AceInfinity - 09-05-2011, 01:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Read] Group Information for Applications Omniscient 74 37,206 01-18-2020, 04:03 AM
Last Post: rickhart
  New Group - Aces Peter L 40 10,539 10-09-2014, 10:25 AM
Last Post: xadamxk
  Emotional Helpers Official Group Recruitment BlackChaos 8 2,676 04-16-2014, 04:38 PM
Last Post: Callum
  Geek Squad Official Announcement Grin 11 3,548 11-05-2012, 03:57 PM
Last Post: Nickelodeon
  Emotional Helpers [Official Group] -Closed! Sam 260 151,169 05-06-2012, 12:12 AM
Last Post: DAMINK™

Forum Jump:


Users browsing this thread: 6 Guest(s)