Module Irc
In: rbot/dbhash.rb
rbot/registry.rb
rbot/ircbot.rb
rbot/config.rb
rbot/rfc2812.rb
rbot/utils.rb
rbot/plugins.rb
rbot/message.rb
rbot/language.rb
rbot/keywords.rb
rbot/ircsocket.rb
rbot/channel.rb
rbot/auth.rb
Module: Irc

Copyright (C) 2002 Tom Gilbert.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies of the Software and its documentation and acknowledgment shall be given in the documentation and software packages that this Software was used.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Methods
ismask    ismask   
Classes and Modules
Module Irc::Utils
  ::Class Irc::Utils::Metar
Class Irc::BasicUserMessage
Class Irc::BotConfig
Class Irc::BotRegistry
Class Irc::BotRegistryAccessor
Class Irc::DBHash
Class Irc::IRCChannel
Class Irc::IrcAuth
Class Irc::IrcBot
Class Irc::IrcClient
Class Irc::IrcSocket
Class Irc::JoinMessage
Class Irc::Keyword
Class Irc::Keywords
Class Irc::KickMessage
Class Irc::Language
Class Irc::NickMessage
Class Irc::NoticeMessage
Class Irc::PartMessage
Class Irc::Plugin
Class Irc::Plugins
Class Irc::PrivMessage
Class Irc::QuitMessage
Class Irc::TopicMessage
Class Irc::UserMessage
Public Class methods
netmaskmatch(globmask, netmask)
globmask:glob to test with
netmask:netmask to test against

Compare a netmask with a standard IRC glob, e.g foo!bar@baz.com would match *!*@baz.com, foo!*@*, *!bar@*, etc.

ismask(mask)

check if a string is an actual IRC hostmask