Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### nOwn.tcl 1.2.0 dr7v2Zmq
- #SUGGESTED
- # PBinSrc.tcl fMrtKqyq
- # TCLLoader.tcl smApj15u
- #LICENSE
- # Copyright © 2013 Alberto Dietze "DoctorD90"
- #
- # This program is free software: you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation, either version 3 of the License, or
- # (at your option) any later version.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
- #
- # Full GPLv3 Text: http://www.gnu.org/licenses/gpl.txt
- #PATERNITY
- #Coder: DoctorD90
- #Network: irc.OnlineGamesNet.net
- #Chan: #eHito
- #Mail: [email protected]
- #Script's List: www.EggTcl.tk
- #PURPOSE
- #Get always the nick of bot's owner.
- #USAGE
- #Use [nown] where you want put the nick of bot's owner.
- ### DON'T EDIT ANYTHING BELOW ###
- proc nown { } {
- if {[handonchan $::owner]} {
- set o [hand2nick $::owner]
- } else {
- set o $::owner
- }
- return $o
- }
- ###
- putlog "nOwn.tcl LOADED"
Advertisement