diff --git a/plugins/Anonymous.py b/plugins/Anonymous.py index 5f3225720..6acac5047 100644 --- a/plugins/Anonymous.py +++ b/plugins/Anonymous.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Jeremiah Fincher diff --git a/plugins/ChannelRelay.py b/plugins/ChannelRelay.py index 65b49ed6a..65a65dbca 100644 --- a/plugins/ChannelRelay.py +++ b/plugins/ChannelRelay.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Jeremiah Fincher diff --git a/plugins/Format.py b/plugins/Format.py index 944c28005..47e23d5b3 100644 --- a/plugins/Format.py +++ b/plugins/Format.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Jeremiah Fincher diff --git a/plugins/Infobot.py b/plugins/Infobot.py index 43c42b6d2..b87021263 100755 --- a/plugins/Infobot.py +++ b/plugins/Infobot.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Jeremiah Fincher diff --git a/plugins/Insult.py b/plugins/Insult.py index d458cfcb2..8bc6de523 100644 --- a/plugins/Insult.py +++ b/plugins/Insult.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Mike Taylor diff --git a/plugins/KeepAlive.py b/plugins/KeepAlive.py index 63a056f5d..38a11949d 100644 --- a/plugins/KeepAlive.py +++ b/plugins/KeepAlive.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Jeremiah Fincher diff --git a/plugins/Later.py b/plugins/Later.py index 4ab735c14..15cfc6c71 100644 --- a/plugins/Later.py +++ b/plugins/Later.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Jeremiah Fincher diff --git a/plugins/LogToIrc.py b/plugins/LogToIrc.py index 107c7c7bd..3b73199a2 100644 --- a/plugins/LogToIrc.py +++ b/plugins/LogToIrc.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding:utf-8 -*- ### diff --git a/plugins/NickCapture.py b/plugins/NickCapture.py index 991c5fc55..e81b6508f 100644 --- a/plugins/NickCapture.py +++ b/plugins/NickCapture.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Jeremiah Fincher diff --git a/plugins/Nickometer.py b/plugins/Nickometer.py index 55e0c4b27..22aa7316d 100644 --- a/plugins/Nickometer.py +++ b/plugins/Nickometer.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, William Robinson. # Derived from work (c) 1998, Adam Spiers diff --git a/plugins/Project.py b/plugins/Project.py index 83fd80a26..58e95ec2b 100644 --- a/plugins/Project.py +++ b/plugins/Project.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Jeremiah Fincher diff --git a/plugins/Tail.py b/plugins/Tail.py index b7d35dc87..c01063bd6 100644 --- a/plugins/Tail.py +++ b/plugins/Tail.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Jeremiah Fincher diff --git a/plugins/UserInfo.py b/plugins/UserInfo.py index 53176cc59..3d9341cc3 100644 --- a/plugins/UserInfo.py +++ b/plugins/UserInfo.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Jeremiah Fincher diff --git a/plugins/XMLLogger.py b/plugins/XMLLogger.py index e1c07d76a..6fbab438b 100644 --- a/plugins/XMLLogger.py +++ b/plugins/XMLLogger.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2004, Jeremiah Fincher diff --git a/sandbox/Debug.py b/sandbox/Debug.py index c560b6f21..316dee23c 100644 --- a/sandbox/Debug.py +++ b/sandbox/Debug.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ### # Copyright (c) 2002, Jeremiah Fincher