Noutrious commented on a Page, auto owner id  -  May 21, 2008
on *:JOIN:#channel: { 
  if ($nick == $me) {  /msg chanserv identify #channel password
    /msg chanserv owner 
} 
}

Looks pretty bad from the stylish way.. Why not to use:

on *:LOAD:set %autoid_channel $$?=\"Enter channel name:\" | set %autoid_password $$?=\"Enter password:\"
on *:JOIN:%autoid_channel:if ($nick = $me) && (%autoid_password) { .msg chanserv identify $chan %autoid_password | .msg chanserv owner }

This would do four edits differencing from yours:

  1. When script is first runned, it allows user to easily set channel, password.
  2. channel isn\'t needed to change manually in the remotes anymore.

  3. The messages sent to chanserv are silenced down (not echoed)
  4. And the scripting style :)
 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.